List the important features of MongoDB.

devquora
devquora

Posted On: Mar 27, 2020

 

The important features of MongoDB are listed below: –

  1. Aggregation framework– it uses aggregation framework for the batch processing of data and aggregation operations. It should be used in an effective manner.
  2. The usage of BSON format in MongoDB– it uses the binary-encoded serialization of JSON-like documents. The data-types like- date and binary are supported in the format.
  3. The sharing feature of MongoDB– using this feature, MongoDB supports the distribution of data across multiple machines. It supports deployment with large sets of data.
  4. The Ad hoc queries in MongoDB– it supports field, range queries, and regular expressions.
  5. Collections– MongoDB supports fixed size collection which can also be termed as capped collections.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    MongoDB Interview Questions

    What do you know about MongoDB?

    MongoDB is a cross-platform document-oriented database program which is open source and free in nature. It can also be..

    MongoDB Interview Questions

    Which all languages can be used with MongoDB?

    Here goes a list of the languages which can be used with MongoDB: – C C++ C# Java Node.js Perl PHP Python Ruby Scala..

    MongoDB Interview Questions

    What is the use of a namespace in MongoDB?

    In MongoDB, a namespace is a combination of the database name and collection or index name. It is a canonical name for a..