Skip to main content
All CollectionsPostgreSQLConcepts
Is sharding supported in PostgreSQL?
Is sharding supported in PostgreSQL?
Bakul Banthia avatar
Written by Bakul Banthia
Updated over a year 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?