Skip to content

Commit eeb403d

Browse files
denreaSnehaGunda
andauthored
Update articles/cosmos-db/mongodb-indexing.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent 3693692 commit eeb403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb-indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can create indexes on any single field. The sort order of the single-field i
3232

3333
One query uses multiple single-field indexes where available. You can create up to 500 single-field indexes per container.
3434

35-
### Compound indexes (MongoDB version 3.6)
35+
### Compound indexes (MongoDB server version 3.6)
3636

3737
The Azure Cosmos DB API for MongoDB supports compound indexes for accounts that use the version 3.6 wire protocol. You can include up to eight fields in a compound index. Unlike in MongoDB, you should create a compound index only if your query needs to sort efficiently on multiple fields at once. For queries with multiple filters that don't need to sort, create multiple single-field indexes instead of a single compound index.
3838

0 commit comments

Comments
 (0)