Faster CSV Export?
Answered
Hi. I have read others having this same issue but have not found a solution.
I am exporting over 1MM rows of data. This is taking hours to complete.
MongoDB has a batch export feature.
Can we utilize this with NoSQLBooster?
Thanks
Please give mongoexport utility a try.
Please give mongoexport utility a try.
Thank you.
Yes I tried that. However it is only exporting about 1000 rows per second.
On our server, we are able to export at about 40,000 rows per second. But I require something that I can perform custom queries with.
Thank you.
Yes I tried that. However it is only exporting about 1000 rows per second.
On our server, we are able to export at about 40,000 rows per second. But I require something that I can perform custom queries with.
This second export option directly uses the mongoexport binary tool, and there is no faster way at present. You can use "copy command to clipboard" to clipboard and run the command line on in your server.
This second export option directly uses the mongoexport binary tool, and there is no faster way at present. You can use "copy command to clipboard" to clipboard and run the command line on in your server.
Replies have been locked on this page!