Dmitry, What you are expecting is Bitcask's normal behavior, though I can see why it might not be what you expected.
Bitcask does not quite auto-merge; instead it provides you with the tools to easily decide when a merge is needed, and to easily have a merge scheduled when you wish. Does this example of usage clarify it for you? https://github.com/basho/riak_kv/blob/master/src/riak_kv_bitcask_backend.erl#L371-374 We should probably create better documentation for this aspect of Bitcask usage in any case. -Justin _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
