RE: how to disable compression ?

2012-07-20 Thread Viktor Jevdokimov
t: Friday, July 20, 2012 10:37 To: user@cassandra.apache.org Subject: Re: how to disable compression ? [default@XXXKeyspace] update column family YYY with compression_options =[{}]; Command not found: `update column family YYY with compression_options =[{}];`. Type 'help;' or '?&

Re: how to disable compression ?

2012-07-20 Thread Илья Шипицин
[default@XXXKeyspace] update column family YYY with compression_options =[{}]; Command not found: `update column family YYY with compression_options =[{}];`. Type 'help;' or '?' for help. [default@XXXKeyspace] 2012/7/20 Viktor Jevdokimov > First you update schema for CF, then you run nodetool u

RE: how to disable compression ?

2012-07-20 Thread Viktor Jevdokimov
First you update schema for CF, then you run nodetool upgradesstables on each node: nodetool -h [HOST] -p [JMXPORT] upgradesstables [keyspace] [cfnames] For me sometimes it works only after node restart (upgrade leaves previous format, compressed or uncompressed). Best regards / Pagarbiai