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, ...