Fix documentation for default compressor used

patch by Mick Semb Wever; reviewed by Jon Haddad for CASSANDRA-14949
This commit is contained in:
Mick Semb Wever 2019-01-04 15:18:43 +11:00
parent 23cba991ca
commit 9755e26075
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Compression is configured on a per-table basis as an optional argument to ``CREA
default, three options are relevant:
- ``class`` specifies the compression class - Cassandra provides three classes (``LZ4Compressor``,
``SnappyCompressor``, and ``DeflateCompressor`` ). The default is ``SnappyCompressor``.
``SnappyCompressor``, and ``DeflateCompressor`` ). The default is ``LZ4Compressor``.
- ``chunk_length_in_kb`` specifies the number of kilobytes of data per compression chunk. The default is 64KB.
- ``crc_check_chance`` determines how likely Cassandra is to verify the checksum on each compression chunk during
reads. The default is 1.0.