mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
10798eed66
commit
b34a4dd8e5
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue