MongoDB

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