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

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 viktor.jevdoki...@adform.com First you update schema for

RE: how to disable compression ?

2012-07-20 Thread Viktor Jevdokimov
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 '?' for help. [default@XXXKeyspace] 2012/7/20 Viktor