basho / bitcask

because you need another a key/value storage engine
1.28k stars 171 forks source link

Include Bitcask data file count in merge info messages. [JIRA: RIAK-2039] #219

Open pyrrho opened 9 years ago

pyrrho commented 9 years ago

It would be useful in cases of large merges in which the list of data files has become truncated to list the total number of files involved in the merge. If there's some way of estimating the total size of the data files removed during the merge operation that would be cool to see as well.

https://github.com/basho/bitcask/blob/bitcask-1.1.6/src/bitcask_merge_worker.erl#L199-L201