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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -