Across
- 1. horizontal partition of data across multiple machines or nodes to distribute the load and enable horizontal scaling in MongoDB.
- 5. MongoDB's fully managed cloud database service, providing automated and scalable database infrastructure.
- 7. key-value pair within a MongoDB document, representing a specific attribute or property of the data.
- 8. A group of MongoDB documents, equivalent to an RDBMS table, organized for efficient querying and indexing.
- 9. A command used to retrieve data from a MongoDB collection based on specified criteria or conditions.
- 10. A data structure that improves the speed of data retrieval operations on a MongoDB collection
Down
- 2. The process of transforming and combining data in MongoDB, often involving stages
- 3. An ODM library for MongoDB and Node.js, simplifying the interaction with MongoDB
- 4. A NoSQL, document-oriented database that stores data in flexible
- 6. A record in MongoDB where data is stored in key-value pairs.
