raft-engine icon indicating copy to clipboard operation
raft-engine copied to clipboard

Support to trigger rewrite by garbage ratio

Open hicqu opened this issue 4 years ago • 0 comments

Now the rewrite routine is triggered by size of the append log queue. If we can support to trigger rewrite routine by the garbage ratio of the append log queue, this engine can be more suitable for some situations. For example, a normal Hashmap + WAL.

hicqu avatar Oct 10 '20 11:10 hicqu