04 / 12

What is a collection in NoSQL database?

A 'collection' is a group of documents that are stored together in a NoSQL database. It is similar to a table in a RDBMS.

In addition to collections, MongoDB supports:
  1. 1

    Read-only Views

  2. 2

    On-Demand Materialized Views