Re: SSTable Compression Ratio -1.0

2018-08-28 Thread Vitaliy Semochkin
n size after compression! > > > > -Original Message- > From: Vitaliy Semochkin [mailto:vitaliy...@gmail.com] > Sent: Tuesday, August 28, 2018 12:03 PM > To: user@cassandra.apache.org > Subject: SSTable Compression Ratio -1.0 > > Hello, > > nodetool tablestat

RE: SSTable Compression Ratio -1.0

2018-08-28 Thread ZAIDI, ASAD A
To: user@cassandra.apache.org Subject: SSTable Compression Ratio -1.0 Hello, nodetool tablestats my_kespace returns SSTable Compression Ratio -1.0 Can someone explain, what does -1.0 mean? Regards, Vitaliy - To unsubscribe, e

SSTable Compression Ratio -1.0

2018-08-28 Thread Vitaliy Semochkin
Hello, nodetool tablestats my_kespace returns SSTable Compression Ratio -1.0 Can someone explain, what does -1.0 mean? Regards, Vitaliy - To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org For additional commands, e

Re: SSTable compression ratio… percentage or 0.0 -> 1.0???

2014-06-30 Thread Robert Coli
Sent:* Sunday, June 29, 2014 12:33 AM > *To:* user@cassandra.apache.org > *Subject:* SSTable compression ratio… percentage or 0.0 -> 1.0??? > > I can't find documentation on this... > > SSTable Compression Ratio: 0.31685324166491696 > > One entry on the datastax si

Re: SSTable compression ratio… percentage or 0.0 -> 1.0???

2014-06-29 Thread Jack Krupansky
: SSTable compression ratio… percentage or 0.0 -> 1.0??? I can't find documentation on this... SSTable Compression Ratio: 0.31685324166491696 One entry on the datastax site says that it's the "percentage" but is it 0.31% or 31% ? I think it's 31% … but I don&#

SSTable compression ratio… percentage or 0.0 -> 1.0???

2014-06-28 Thread Kevin Burton
I can't find documentation on this... SSTable Compression Ratio: 0.31685324166491696 One entry on the datastax site says that it's the "percentage" but is it 0.31% or 31% ? I think it's 31% … but I don't see where this is specified.. -- Founder/CEO Spinn3r.co

Re: sstable compression

2013-09-12 Thread Robert Coli
On Thu, Sep 12, 2013 at 2:13 AM, Christopher Wirt wrote: > I would like to switch to using LZ4 compression for my SStables. Would > simply altering the table definition mean that all newly written tables are > LZ4 and can live in harmony with the existing Snappy SStables? > Yes, per Aleksey in #c

sstable compression

2013-09-12 Thread Christopher Wirt
I current use Snappy for my SSTable compression on Cassandra 1.2.8. I would like to switch to using LZ4 compression for my SStables. Would simply altering the table definition mean that all newly written tables are LZ4 and can live in harmony with the existing Snappy SStables? Then