Dmitry Guryanov
Dmitry Guryanov
It seems it's better to merge https://github.com/oklog/oklog/pull/120 ...
I think instead of splitting compaction into two stages: compacting overlapping and sequential segments. We can compact all segments at the same time because mergeRecordsToLog handles any source segments correctly,...
Hello, Peter, I'm interested in this feature. Could, you please, share some ideas on how to implement it? Also which problems did you experience with LZ4 compression?
Our logs compress to 10% of the initial size with zstd compression and we want to store them on Virtuozzo Storage (distributed fault-tolerant filesystem), which don't have compression support.
Could you, please, check my implementation - https://github.com/oklog/oklog/pull/134 ?
I've added tests and fixes several bugs in the patch.