V
V
Vitaly2017-07-04 19:50:23
MongoDB
Vitaly, 2017-07-04 19:50:23

What are the limits on the allowable amount of data MongoDB puts forward today?

Interested in restrictions on:

  • document
  • collection
  • whole database file
  • features of working with GridFS
  • other useful information on the topic

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
longclaps, 2017-07-04
@vitali1995

document - 16mb
collection - a lot, over the current physical limits
the entire database file - this is not the case, the database is divided into 2GB files (this is configurable), and - see above the
features of working with GridFS, other useful information on the topic - roll up your lip and read the docks

R
RidgeA, 2017-07-04
@RidgeA

https://docs.mongodb.com/manual/reference/limits/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question