Best way to count documents in MongoDB
Hello everyone ๐๐
I created a MongoDB database with 10 million documents.๐ My schema is simple and is for a very very basic inventory management system.
Before we begin
name: string,
quantity: number,
Here is a sample of some of the documents.
...
blog.nirjalpaudel.com.np3 min read