DEV Community

FSH Infotech
FSH Infotech

Posted on

1

MongoDB and its features

MongoDB is an open-source document-based database. It is a trending NoSQL database used in the market right now to develop modern applications. It is written in C++.
It works on the concept of collections and documents.

Features of MongoDB

1) Cross Platform
2) Document based
3) High performance
4) Scalability

Collections and Documents

A collection is group of documents. It is similar to the table in a RDBMS database, whereas a document is a set of keys and values, it is similar to the row in RDBMS database.

Advantages of MongoDB

Schema less: There may not be a schema due to its document-holding pattern.

No joins: There are no complex joins, an inbuilt methods are available to get data from many collections.

Scaling: This database is very easy to scale because it contains JSON.

To continue reading https://fsh.org.in/blog-details/Database/MongoDB+Database/23

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry 👀

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (2)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.

Collapse
 
fshinfotech profile image
FSH Infotech

Thank you for your suggestion, will follow from the next post.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay