Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 92381fd26 -> d227aa0ec


Ninja-commit for "Add LZ4Compressor in CQL document" CASSANDRA-6331


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bed60fb6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bed60fb6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bed60fb6

Branch: refs/heads/cassandra-2.1
Commit: bed60fb6e5f81776e93532bd817aae8774b28110
Parents: 3dcc8c2
Author: Mikhail Stepura <mish...@apache.org>
Authored: Thu Mar 13 15:41:48 2014 -0700
Committer: Mikhail Stepura <mish...@apache.org>
Committed: Thu Mar 13 15:41:48 2014 -0700

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/bed60fb6/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index 2de59d1..566d13c 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -349,7 +349,7 @@ The @compaction@ property must at least define the 
@'class'@ sub-option, that de
 For the @compression@ property, the following default sub-options are 
available:
 
 |_. option              |_. default        |_. description |
-| @sstable_compression@ | SnappyCompressor | The compression algorithm to use. 
Default compressor are: SnappyCompressor and DeflateCompressor. Use an empty 
string (@''@) to disable compression. Custom compressor can be provided by 
specifying the full class name as a "string constant":#constants.|
+| @sstable_compression@ | LZ4Compressor    | The compression algorithm to use. 
Default compressor are: LZ4Compressor, SnappyCompressor and DeflateCompressor. 
Use an empty string (@''@) to disable compression. Custom compressor can be 
provided by specifying the full class name as a "string constant":#constants.|
 | @chunk_length_kb@     | 64KB             | On disk SSTables are compressed 
by block (to allow random reads). This defines the size (in KB) of said block. 
Bigger values may improve the compression rate, but increases the minimum size 
of data to be read from disk for a read |
 | @crc_check_chance@    | 1.0              | When compression is enabled, each 
compressed block includes a checksum of that block for the purpose of detecting 
disk bitrot and avoiding the propagation of corruption to other replica. This 
option defines the probability with which those checksums are checked during 
read. By default they are always checked. Set to 0 to disable checksum checking 
and to 0.5 for instance to check them every other read|
 

Reply via email to