The tool should not sort by property name on a getIndex
Solved
Running a getIndexes command to list an index result in the keys being sorted by property name, which defeats the purpose because the ordering is crucial. Ex.:
MongoBooster
"key" : {
"ci" : NumberInt("1"),
"md" : NumberInt("-1"),
"nid" : NumberInt("1")
},
Mongo shell:
"key" : {
"nid" : 1,
"ci" : 1,
"md" : -1
},
We have worked out a new build to fix this bug. Please download and give it a try.
Mac: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5.dmg
Linux: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5-x86_64.AppImage
Windows: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5.exe
We have worked out a new build to fix this bug. Please download and give it a try.
Mac: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5.dmg
Linux: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5-x86_64.AppImage
Windows: http://s3.mongobooster.com/download/3.5/mongobooster-3.5.5.exe
Seems to be working fine.
Seems to be working fine.
Replies have been locked on this page!