1 रिपॉजिटरी
Database extensions that enable horizontal scaling and distributed data partitioning across multiple PostgreSQL nodes.
Distinct from Distributed Extensions: Distinct from Distributed Extensions: specifically targets PostgreSQL-based sharding rather than general distributed system transformation.
Explore 1 awesome GitHub repository matching data & databases · PostgreSQL Sharding Extensions. Refine with filters or upvote what's useful.
This project is a database extension that enables horizontal scaling and distributed data partitioning across multiple PostgreSQL nodes. It functions as a middleware solution that distributes large database tables across a cluster to increase total storage capacity and improve write performance for growing datasets. The system employs hash-based partitioning to distribute table records across physical nodes and uses a central metadata catalog to track shard locations. It provides transparent query routing, which directs standard SQL commands from a coordinator node to the appropriate worker n
Enables horizontal scaling and distributed data partitioning across multiple PostgreSQL nodes for improved write performance.