mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 15:03:06 +00:00
The current chunk size of 256 gives a 50% probability of a 128k read or write getting split into two accesses. This reduces efficiency and increases latency. Change the chunk size to 1MB, with a 12% probability of cross-member access. Message-Id: <1476269082-2473-1-git-send-email-avi@scylladb.com>