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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Sharding Solutions

Architectural patterns and tools for distributing datasets across multiple nodes to achieve horizontal scalability.

Distinguishing note: Specifically addresses horizontal distribution and node-based scaling rather than vertical database optimization.

Explore 3 awesome GitHub repositories matching data & databases · Database Sharding Solutions. Refine with filters or upvote what's useful.

Awesome Database Sharding Solutions GitHub Repositories

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

    dragonflydb/dragonfly

    30,688GitHub पर देखें↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    Distributing large datasets across multiple nodes to ensure high availability and consistent performance as application traffic and data volume grow.

    C++cachecppdatabase
    GitHub पर देखें↗30,688
  • vitessio/vitessvitessio का अवतार

    vitessio/vitess

    20,788GitHub पर देखें↗

    Vitess is a database clustering system for horizontal scaling of MySQL. It functions as a middleware layer that abstracts complex sharding and physical topology, allowing applications to interact with a distributed database environment through a unified interface. By intercepting and routing SQL queries across multiple shards, it enables large-scale data management while maintaining the appearance of a single database instance. The platform distinguishes itself through its ability to perform online schema migrations and distributed transaction coordination without requiring application downti

    Provides a database clustering solution that transparently shards MySQL instances to provide horizontal scaling and high availability.

    Gocncfdatabase-clusterkubernetes
    GitHub पर देखें↗20,788
  • 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

    Provides a solution for managing shard replicas and data redundancy to ensure high availability and consistency across a distributed database cluster.

    C
    GitHub पर देखें↗1,062
  1. Home
  2. Data & Databases
  3. Database Sharding Solutions