This is super crucial to our ability to roll over and migrate data by being able to selectively turn off our write access during migrations. We can't turn off all write access, but for the collections we move around we need to turn off writes so we don't get conflicts.
This will also be crucial when we start splitting people out of a shared db and into their own database.
This is super crucial to our ability to roll over and migrate data by being able to selectively turn off our write access during migrations. We can't turn off all write access, but for the collections we move around we need to turn off writes so we don't get conflicts.
This will also be crucial when we start splitting people out of a shared db and into their own database.
Example:
db: Customer1
coll: account
coll: stats
db: Customer2
coll: account
coll stats
...