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:
parent
b92b511166
commit
4798dc1148
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue