1 रिपॉजिटरी
Ensures all operations within a single database session are routed to one node to maintain transactional integrity.
Distinct from Single-Node Processing: Candidates focus on single-node deployment of K8s or general single-node processing, not routing affinity for transactions.
Explore 1 awesome GitHub repository matching data & databases · Session-Node Affinity. Refine with filters or upvote what's useful.
Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t
Ensures all operations within a single session target one specific node to maintain database transaction integrity.