Write block theory

With riak metadata the sft files are about 2MB - so a group write coun
of 64 is trying to write in 500 KB chunks.  Is this too big?
This commit is contained in:
martinsumner 2016-12-14 22:03:38 +00:00
parent b92b511166
commit 4798dc1148

View file

@ -178,7 +178,7 @@
-define(DWORD_SIZE, 8).
-define(CURRENT_VERSION, {0,1}).
-define(SLOT_COUNT, 256).
-define(SLOT_GROUPWRITE_COUNT, 64).
-define(SLOT_GROUPWRITE_COUNT, 16).
-define(BLOCK_SIZE, 32).
-define(BLOCK_COUNT, 4).
-define(FOOTERPOS_HEADERPOS, 2).