Tag: Sharding-JDBC
3 articles
MySQL Sharding-JDBC: Lightweight Sharding & Read-Write Se...
A comprehensive guide to Sharding-JDBC, a lightweight Java database middleware solving database sharding, read-write separation and distributed transactions. Learn core principles and practical app...
MySQL Sharding-JDBC: Physical Tables, Logical Tables & Bi...
In distributed databases, sharding is implemented through physical tables, logical tables, data nodes and binding tables. Binding tables ensure master and child tables use the same sharding rules, ...
MySQL Sharding-JDBC: Physical, Logical & Binding Tables E...
In distributed databases, sharding uses physical tables, logical tables, data nodes and binding tables for efficient data storage and queries. Binding tables ensure master and child tables use same...