Export to JSON, BSON, CSV with large result set won't work

Benny Purelku shared this problem 4 years ago
Solved

When I try to export a large data set result from a query NoSQLBoost just keeps spinning for hours but it never really extracts anything. When I shrink the result set from the same query then it works. Any suggestions/help would be greatly appreciated.

Thanks,

Benny

Replies (2)

photo
1

When version 5.1.x exports the query result, it reads the entire dataset into memory. If the dataset is large, there will be performance problems, and even cause memory overflow and crash. In the upcoming 5.2 release, We refactored the exported code greatly to improve the efficiency of the export.

photo
1

Resolved in 5.2.1

Leave a Comment
 
Attach a file