-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client
-
None
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.