mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix missing entity references in MongoWriteBatch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341763 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c46e1b762
commit
ac1fc810a4
2 changed files with 6 additions and 5 deletions
|
@ -104,9 +104,11 @@
|
|||
<section xml:id="mongowritebatch.description">
|
||||
&reftitle.description;
|
||||
<para>
|
||||
When executing a batch, by calling <methodname>MongoWriteBatch::execute</methodname>, MongoWriteBatch will send over
|
||||
<link xlink:href="url.mongodb.dochub.maxWriteBatchSize">maxWriteBatchSize</link> (defaults to 1000) documents or
|
||||
up to <link xlink:href="url.mongodb.dochub.maxBsonObjectSize">maxBsonObjectSize</link> (defaults to 16777216 bytes), whichever comes first.
|
||||
When executing a batch by calling
|
||||
<methodname>MongoWriteBatch::execute</methodname>, MongoWriteBatch will send
|
||||
up to <literal>maxWriteBatchSize</literal> (defaults to 1000) documents or
|
||||
<literal>maxBsonObjectSize</literal> (defaults to 16777216 bytes), whichever
|
||||
comes first.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
</para>
|
||||
<para>
|
||||
If <parameter>$item</parameter> causes the batch to exceed the
|
||||
<link xlink:href="url.mongodb.dochub.maxWriteBatchSize">maxWriteBatchSize</link>
|
||||
or <link xlink:href="url.mongodb.dochub.maxBsonObjectSize">maxBsonObjectSize</link>
|
||||
<literal>maxWriteBatchSize</literal> or <literal>maxBsonObjectSize</literal>
|
||||
limits, the driver will internally split the batches into multiple write
|
||||
commands upon calling <methodname>MongoWriteBatch::execute</methodname>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue