mysql - Should all related data be stored in a single shard if we use sharding to scale out relational databases? -
if have multiple shards storing subsets of data in scaled out relational database, how relationships managed? related data in different tables entity in same shards? or can have relationships between data in different shards? how managed?
Comments
Post a Comment