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:
Kristina Chodorow 2010-02-11 16:45:01 +00:00
parent 41251fe567
commit 3e1ff8313c

View file

@ -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>