I'm using Robomongo 0.9.0-RC9 on Linux shengy-ThinkPad-W541 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
When I tried to execute the following command robomongo does not insert all data correctly
for (var i = 0; i < 200000; i++) {
db.numbers.insert({num: i});
}
Hi @shengy1192003 Thanks for detailed report! This is known issue so let me suggest you to check workaround described in the ticket #1106 (comment). It should help to solve the problem you wrote about.
@shengy1192003 Let me suggest to track issue progress with #1106 (comment). I will close this one but please feel free to reopen or create new ticket. Hope workaround help you, thanks!
I'm using
Robomongo 0.9.0-RC9
onLinux shengy-ThinkPad-W541 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
When I tried to execute the following command robomongo does not insert all data correctly
The result of
db.numbers.count()
is58350
the same query works as expected in mongo shell.
My mongo version is:
db.hostInfo() is
The text was updated successfully, but these errors were encountered: