0 votes
in MongoDB by
What are the best features of MongoDB?

1 Answer

0 votes
by

What are the best features of MongoDB?

MongoDB Features

Feature Description

Indexing It indexes are created in order to improve the search performance.

Replication MongoDB distributes the data across different machines.

Ad-hoc Queries It supports ad-hoc queries by indexing the BSON documents & using a unique query language.

Schemaless It is very flexible because of its schema-less database that is written in C++.

Sharding MongoDB uses sharding to enable deployments with very large data sets and high throughput operations.

🔗Reference : stackoverflow.com

🔗Source: Azure Interview Questions and Answers

Related questions

0 votes
asked Nov 1, 2020 in MongoDB by SakshiSharma
0 votes
asked Jan 7, 2023 in MongoDB by sharadyadav1986
...