Answer Posted / Sanjeev Singh Tamori
Some key features of MongoDB include:n1. Flexible data model: Ability to store structured and unstructured data using JSON-like documents.n2. Scalability: Horizontal sharding across multiple servers for handling large amounts of data.n3. Replication: Automatic replication of data to maintain high availability and durability.n4. Geospatial indexing: Built-in support for geospatial data and spatial indexes.n5. Aggregation pipelines: Powerful way to process and analyze large datasets using the MapReduce programming model.n6. Auto discovery: Automatic discovery of new nodes in a sharded cluster.n7. GridFS: Support for storing large files by breaking them into smaller chunks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers