Update MongoDB document limit to 16MB

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330798 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2013-07-08 16:09:38 +00:00
parent 10798eed66
commit b34a4dd8e5

View file

@ -15,10 +15,10 @@
An object that can be used to store or retrieve binary data from the database.
</para>
<para>
The maximum size of a single object that can be inserted into the database
is 4Mb. For data that is larger than this (movies, music, Henry Kissinger's
autobiography), use <classname>MongoGridFS</classname>. For data that is
smaller than 4Mb, it's probably be easier to just embed it into the document
The maximum size of a single object that can be inserted into the database
is 16MB. For data that is larger than this (movies, music, Henry Kissinger's
autobiography), use <classname>MongoGridFS</classname>. For data that is
smaller than 16MB, you may find it easier to embed it within the document
using <classname>MongoBinData</classname>.
</para>
<para>