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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -