Skip to content

Commit

Permalink
[HWKMETRICS-454] use deflat compressor for data table
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Jul 29, 2016
1 parent d5281e7 commit ce338d2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,13 @@ CREATE TABLE active_time_slices (
time_slice timestamp PRIMARY KEY
) WITH compaction = { 'class' : 'LeveledCompactionStrategy' }
"""
}

schemaChange {
version '3.0'
author 'jsanda'
tags '0.18.x', '0.19.x'
cql """
ALTER TABLE data WITH COMPRESSION = {'sstable_compression': 'DeflateCompressor'};
"""
}

0 comments on commit ce338d2

Please sign in to comment.