Amend SST Timing Capture
Use sampling mechansm from CDB timing capture. Do it less though - as far more SST fetches in comparison to CDB fetches.
This commit is contained in:
parent
f5f907fe36
commit
58946a7f98
4 changed files with 228 additions and 85 deletions
|
@ -281,7 +281,7 @@ handoff(_Config) ->
|
|||
% Start the first database, load a test object, close it, start it again
|
||||
StartOpts1 = [{root_path, RootPathA},
|
||||
{max_pencillercachesize, 16000},
|
||||
{sync_strategy, riak_sync}],
|
||||
{sync_strategy, sync}],
|
||||
{ok, Bookie1} = leveled_bookie:book_start(StartOpts1),
|
||||
|
||||
% Add some noe Riak objects in - which should be ignored in folds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue