awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesPostgreSQL Sharding Extensions

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.

Awesome PostgreSQL Sharding Extensions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • citusdata/pg_shardcitusdata का अवतार

    citusdata/pg_shard

    1,062GitHub पर देखें↗

    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.

    C
    GitHub पर देखें↗1,062
  1. Home
  2. Data & Databases
  3. PostgreSQL Extensions
  4. Distributed Extensions
  5. PostgreSQL Sharding Extensions