-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongodb hanging on 1 million rows #37
Comments
hmm, okay I guess at the time of developing this tool i did not consider huge inserts. |
haha no problem. my use case right now is im trying to figure out how to handle mass deletion and how i should split it into different jobs, how long it takes to delete x records. just researching here and there for that. |
I also have this problem,when use mysql and insert 30000rows,log appears "Lost connection to MySQL server at '127.0.0.1:3306', system error: 32 Broken pipe". |
Ok for 30k rows this should absolutely not happen. I can investigate this in the coming week. |
@emirozer |
trying to insert 1 million rows into mongodb but it hangs
The text was updated successfully, but these errors were encountered: