Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
Current C++ GriidFS client doesn't support setting the chunk size. It uses default chunk size (256K), and which is small for multi-gigabyte data.
I created the patch to add GridFS::setChunkSize(unsigned int size), to set the chunk size. Please review/modify the patch and commit.