Mongodb

12345678910111213
Across
  1. 3. What does MongoDB use for its indexes?
  2. 4. Which cursor remains open after the client exhausts the results in the initial cursor?
  3. 5. MongoDB database stores its data in ---
  4. 7. used for batch processing of data and aggregation operations
  5. 9. A method by which JSON is injected into application in mongo --
  6. 10. command-line tool to display a summary list of status statistics for a currently running MongoDB instance
  7. 12. specification to store documents that exceeds the BSON-document size limit of 16MB
  8. 13. MongoDB scales horizontally using ---
Down
  1. 1. What International date format does Mongo use to display date?
  2. 2. An instance of mongod which runs as a single server and not as part of a replica set
  3. 6. What uses MongoDB for its photo platform?
  4. 7. command-line tool to track the amount of time spent for reading and writing data by a MongoDB instance
  5. 8. operation which updates the first document matched by a query or insert a new document if there are no matches
  6. 10. command-line utility for creating a binary export of the contents of a Mongo DB
  7. 11. MongoDB is the most popular --- database system