Add tests for different tree sizes
Note that accelerating segment_list queries will not work for tree sizes smaller than small. How to flag this up? Should smaller tree sizes just be removed from leveled_tictac?
This commit is contained in:
parent
f80aae7d78
commit
81180e9310
3 changed files with 97 additions and 43 deletions
|
@ -66,7 +66,8 @@
|
|||
riak_extract_metadata/2,
|
||||
magic_hash/1,
|
||||
segment_hash/1,
|
||||
to_lookup/1]).
|
||||
to_lookup/1,
|
||||
riak_metadata_to_binary/2]).
|
||||
|
||||
-define(V1_VERS, 1).
|
||||
-define(MAGIC, 53). % riak_kv -> riak_object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue