All Collections
PostgreSQL
Concepts
Is sharding supported in PostgreSQL?
Is sharding supported in PostgreSQL?
Bakul Banthia avatar
Written by Bakul Banthia
Updated over a week ago

PostgreSQL provides a feature called Foreign Data Tables. By using foreign tables, you can leverage the data sharding feature. You can also use the citus extensions to perform sharding in PostgreSQL. For more information, see citus.

Did this answer your question?