Hello, I'm trying to change compression on keyspace "system" from snappy to LZ4 in cassandra 1.2.10
This keyspace is read-only and command: USE system; ALTER TABLE "hints" WITH compression = { 'sstable_compression' : 'LZ4Compressor'}; fails with: Bad Request: system keyspace is not user-modifiable Is there another way to achieve this? We want to migrate all keyspaces to LZ4. Cassandra 2.0 defaults LZ4 compression anyway. Thanks, David