Hacker News new | ask | show | jobs
by riku_iki 3140 days ago
Citus provides ability to build sharded environment.

Data for different customers can be stored on separate nodes, and your DB is not limited by capacity of one node.

In regular PG, all data need to fit single node.