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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -