Write and Read limit in free cluster #5771
Replies: 1 comment
-
Hey @Yaelahfelix, this isn't really a question specific to the Mongoid ODM and is likely more appropriate for our Community Forums. At a high level though, the answer to your question may be documented either at MongoDB Limits and Thresholds or Atlas Service Limits. Regarding read/write limits, the WiredTiger Storage Engine manages concurrency internally via "tickets" so there is a "limit" of 128 of each, but these refer specifically to how many concurrent operations can be in flight before the storage engine queues operations. It is a limit, but is more of an internal control than anything else. If you have any questions about MongoDB in general, feel free to ask in the community forums. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am new to MongoDB. Does MongoDB have write and read limits? I've been searching for information, and I've only found details about the connection limit. Does this mean MongoDB doesn't have specific write and read limits, or is there something else to limiting the user fetching like bandwith or something??
Beta Was this translation helpful? Give feedback.
All reactions