- Scalable
- Indexing
- Geo-spatial indexing, finding objects by location, proximity
- Auto Sharding (version 1.7 onwards) – scaling by division
- Queries can be run in parallel across all shards
- Storage – disk based, using BSON (Binary serialized JSON)
- Supports binary large objects, images, videos
- Database replication
- support of replication clusters
- Automatic fail-over
- Master slave(s) configuration
Concepts/Terms MongoDB==Relational DB
- A collection may have heterogeneous set of documents
- No need to pre-define columns or fields within a collection
Drawbacks
MongoDB – Installation and First Steps
MongoDb Interactive shell – basic commands
MongoDb Interactive shell – searching records
Advertisement