1 Repo
Allowing every server in a replication group to process write requests concurrently without a single primary bottleneck.
Distinct from Concurrent Write Optimizations: Distinct from Concurrent Write Optimizations: enables concurrent writes across multiple servers in a group, not just thread-safe data copies.
Explore 1 awesome GitHub repository matching data & databases · Multi-Primary Write Operations. Refine with filters or upvote what's useful.
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
Allows every server in a replication group to process write requests concurrently without a single primary bottleneck.