-
Notifications
You must be signed in to change notification settings - Fork 0
Mongo
Kyle Coberly edited this page Aug 6, 2017
·
2 revisions
- Data is stored in bson, which binary JSON.
- Mongo creates databases and connections on save. No need to explicitly create anything.
- Documents with arrays have a
__vproperty that indicates whether some of the indexes might have shifted. - Simplicity of design, only do one thing.
- Collections = Tables
- Documents = Records
- Keys = Columns