Repository: cassandra Updated Branches: refs/heads/trunk e9d1e7994 -> 28132de16
explain CL compression options Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/28132de1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/28132de1 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/28132de1 Branch: refs/heads/trunk Commit: 28132de16c63e0273fd058f38a559fba6a54487b Parents: e9d1e79 Author: Jonathan Ellis <[email protected]> Authored: Fri May 8 13:28:31 2015 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Fri May 8 13:28:34 2015 -0500 ---------------------------------------------------------------------- conf/cassandra.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/28132de1/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 35326f3..3bcef06 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -290,7 +290,8 @@ commitlog_sync_period_in_ms: 10000 commitlog_segment_size_in_mb: 32 # Compression to apply to the commit log. If omitted, the commit log -# will be written uncompressed. +# will be written uncompressed. LZ4, Snappy, and Deflate compressors +# are supported. #commitlog_compression: # - class_name: LZ4Compressor # parameters:
