Josh
My feedback
1 result found
-
94 votes
An error occurred while saving the comment Josh supported this idea ·
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
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
...