added index for sorting by idate, _id

This commit is contained in:
Andris Reinman 2017-06-08 09:52:43 +03:00
parent b5ffa5c973
commit a80b7d2b36

View file

@ -96,6 +96,13 @@
"mailbox": 1,
"idate": 1
}
}, {
"name": "by_idate_newer",
"key": {
"mailbox": 1,
"idate": -1,
"_uid": -1
}
}, {
"name": "by_hdate",
"key": {