srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 9 forks source link

Add compression to cluster WAL #98

Closed ambud closed 6 years ago

ambud commented 6 years ago

Cluster WAL doesn't write compressed data at the moment, compression reduces the size of the WAL and will improve the required disk space to operate the WAL.

This feature should support a pluggable compression algorithm for WAL byte compression. Essentially this feature should compress and uncompress the byte[] payload that is written and read from the WAL.

Note: remote operations shouldn't cause decompression of the data.

ambud commented 6 years ago

Clustered project is currently not open.