ric2b / mongo

The Mongo Database
http://www.mongodb.org/
0 stars 0 forks source link

Battle plan #4

Closed ric2b closed 7 years ago

ric2b commented 7 years ago
ric2b commented 7 years ago
  1. Have the mongos server accept a shard tag (don't do anything relevant with it)
ric2b commented 7 years ago
  1. When inserting, use the shard key and shard tags to decide where to insert
ric2b commented 7 years ago
  1. When querying, use the shard key and shard tags to decide where to query