Python Tutorials · Python MongoDB

MongoDB Limit

Learn all about MongoDB Limit in this comprehensive tutorial.

5 min read advanced
  • To limit the result in MongoDB, we use the limit() method.

Limit the Result

To limit the result in MongoDB, we use the limit() method.

The limit() method takes one parameter, a number defining how many documents to return.

Consider you have a "customers" collection:

Customers

python
python