From b34a4dd8e5d73b712352a6491fcb1c7bc876d906 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 8 Jul 2013 16:09:38 +0000 Subject: [PATCH] Update MongoDB document limit to 16MB git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330798 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongobindata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mongo/mongobindata.xml b/reference/mongo/mongobindata.xml index fb636e310c..47636ddd21 100644 --- a/reference/mongo/mongobindata.xml +++ b/reference/mongo/mongobindata.xml @@ -15,10 +15,10 @@ An object that can be used to store or retrieve binary data from the database. - 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 MongoGridFS. 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 MongoGridFS. For data that is + smaller than 16MB, you may find it easier to embed it within the document using MongoBinData.