Multikey is a array field in the Collection. It's easy to index if the field is not an array field. For an example
{
{
"message":"msg1",
"tags":["abc","cde","efr"]
},
{
"message":"msg2",
"tags":["abc,"efgh","efk"]
},
{
"message":"msg3",
"tags":["abc,"efgh","efr"]
}
}
Here tags are multi-key field. Could some one explain How multi key index is done internally in MongoDB in architectural perspective since there is not enough resources in the internet to explain about this.