We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d762275 commit a497539Copy full SHA for a497539
source/indexes/compound-index.txt
@@ -22,7 +22,7 @@ Overview
22
23
**Compound indexes** hold references to multiple
24
fields within a collection's documents, improving query and sort
25
-performance. You can create a multikey index on a collection
+performance. You can create a compound index on a collection
26
by using the ``MongoDB\Collection::createIndex()`` method and the same
27
syntax that you use to create :ref:`single field indexes
28
<php-single-field-index>`.
0 commit comments