Skip to main content

One doc tagged with "multikey"

View All Tags

MultiKey indexes

Multi-Key indexes in MongoDB allow you to index fields that contain an array value. When you create a Multi-Key index on an array field, MongoDB creates separate index entries for each element in the array. This enables efficient queries on individual elements within arrays.