Incorrect sort when viewing the oplog collection
Solved
Viewing the oplog collection (Menu > View or SHIFT + Enter) results in an incorrect sort command because the oplog collection does not have the _id field.
db.getCollection("oplog.rs").find({}) .projection({}) .sort({_id:-1}) .limit(50)This is not a serious problem but the operation get very slow.
Thank you for your feedback.
Opening the collection with the same code template does not solve the problem. For a collection without the _id field, we need another code template.
To avoid slow execution when opening the collection, you can hold "SHIFT" key to bypass auto-exec when opening "oplog.rs" collection, then comment the ".sort({_id:-1})" line.
Thank you for your feedback.
Opening the collection with the same code template does not solve the problem. For a collection without the _id field, we need another code template.
To avoid slow execution when opening the collection, you can hold "SHIFT" key to bypass auto-exec when opening "oplog.rs" collection, then comment the ".sort({_id:-1})" line.
Hi,
Another problem that I noticed today. My template is configured according to the image, but when I check for currentOp() there is another different operation running.
This happens even by holding the "SHIFT" key.
Thank you!
Hi,
Another problem that I noticed today. My template is configured according to the image, but when I check for currentOp() there is another different operation running.
This happens even by holding the "SHIFT" key.
Thank you!
Please turn off auto-complete feature and try it again.
Menu->Options-> Options That May Affect Performance -> Enable Fields/Collection Auto Complete
I noticed that the op's "appName" is "sergio" rather than "NoSQLBooster". It doesn't look like a query generated by NoSQLBooster.
Please turn off auto-complete feature and try it again.
Menu->Options-> Options That May Affect Performance -> Enable Fields/Collection Auto Complete
I noticed that the op's "appName" is "sergio" rather than "NoSQLBooster". It doesn't look like a query generated by NoSQLBooster.
I added the "appName" in the NoSQLBooster options.
All options in the menu "Options That May Affect Performance" are disabled.
Thanks!
I added the "appName" in the NoSQLBooster options.
All options in the menu "Options That May Affect Performance" are disabled.
Thanks!
Thank you for you feedback.
We have worked out a test build to try to resolve this issue, please download and give it a try.
Windows: https://s3.mongobooster.com/download/releasesv5/nosqlbooster4mongo-5.0.4-beta.1.exe
Thank you for you feedback.
We have worked out a test build to try to resolve this issue, please download and give it a try.
Windows: https://s3.mongobooster.com/download/releasesv5/nosqlbooster4mongo-5.0.4-beta.1.exe
This version fixed the problem.
Thank you!
This version fixed the problem.
Thank you!
Resolved in version 5.1.0
Resolved in version 5.1.0
Replies have been locked on this page!