What will happen if document size more than 16mb in MongoDB? -


i have document witch size 15 mb.what happen if size more 16 mb? have more nested arrays in document (not files)? please tell me? thanks!

to answer actual question: operations try insert document larger 16mb or try update existing document in way makes grow past 16mb fail, server return error.

documents of size sign of (very) bad design, there exceptions of course...


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -