-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
Query Execution
-
(copied to CRM)
It would be nice to be able to create alias's/synonyms. The use case would be to swap out collections and/or data movement activities. For instance, fill up a collection with some data, then swap it into the spot where the application can see it.
db.mycol.save(
{"status":1})
db.alias(
)
db.myprodcol.find()
db.mynewcol.save(
{"status":0})
db.alias(
)
<locks for metadata swap>
db.myprodcol.find()
- is duplicated by
-
SERVER-21161 Collection synonyms
- Closed
- is related to
-
SERVER-10788 Writable views
- Backlog