mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
added bg index creation option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41251fe567
commit
3e1ff8313c
1 changed files with 11 additions and 0 deletions
|
@ -63,6 +63,17 @@
|
|||
all but one duplicate value.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"background"</literal>
|
||||
</para>
|
||||
<para>
|
||||
If you are using MongoDB version 1.3.2+, you can create indexes in the
|
||||
background while other operations are taking place. By default, index
|
||||
creation happens synchronously. If you specify &true; with this
|
||||
option, index creation will be asynchronous.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue