Hi,
Yes. Larger size is better: better from disk I/O perspective.
There is a constant that sets the chunk size at 64MB:
common/kfstypes.h:const size_t CHUNKSIZE = 64u << 20; //!< (64MB)
If you change this value, you'll need to rebuild and re-load your data
(i.e., reformat the data).
Sriram