Mongo DB 2

123456789101112131415
Across
  1. 3. - limit the number of elements in an array
  2. 5. - capped collection
  3. 6. - name of the member in the replica set with priority 0
  4. 9. - member of replica set exists solely to vote in elections
  5. 10. - geospatial data interchange format based on javascript object notation
  6. 13. - the quality of an operation to produce the same result irrespective of how many times it is run
  7. 14. - restrict the number of documents in the result
  8. 15. - method to retrieve a single document
Down
  1. 1. - operator to increment numbers
  2. 2. - load balancing process interfacing between application and mongodb cluster
  3. 4. - method to display the query plan
  4. 7. - used to distribute data over a cluster
  5. 8. - document given to a query to return only specific fields
  6. 11. - series of operations in aggregation process
  7. 12. - pointer to the result of a find method