MongoDB Data Model
Dynamic Schema
Problems with dynamic schemas
Burden on application code
- Make sure all applications know about the change.
- Applications have to deal with both versions, because
both can co-exist in the database.
- When is the old version of data truly obsolete, allowing code
to be cleaned up?
|