2 个仓库
Distributing data and processing across independent nodes so the cluster can grow horizontally without a single point of contention.
Distinct from Shared-Nothing Architectures: Distinct from Shared-Nothing Architectures: applies the shared-nothing pattern specifically to database clustering for horizontal scaling.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Database Node Distribution. Refine with filters or upvote what's useful.
Nebula is a distributed graph database designed for storing and querying massive volumes of interconnected vertices and edges across a horizontally scalable cluster. It functions as a Kubernetes-native database and a distributed graph analytics engine, utilizing a Raft-based distributed store to ensure strong consistency and high availability. The system features an OpenCypher query engine for performing complex graph traversals and pattern matching. It distinguishes itself with a decoupled compute-storage architecture and a shared-nothing distributed design, allowing query processing and dat
Employs a shared-nothing architecture to distribute data and processing across independent nodes.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
Distributes data and processing across independent nodes for horizontal scaling without contention.