|
|
|
|
|
by simonw
1761 days ago
|
|
I'm very OK with that limitation - when I'm designing a sharded system I'm happy to take shards into account and arrange my entities such that I can apply updates to them grouped on a single shard. The value I want is help directing those write queries to the correct shards, and some assistant with cross-shard read queries. |
|