I want to change block size of 3xisting table, So is alter table as
mentioned below, will this change block size for my table? Also do I need
to run major_compaction after alter table.

disable 'table1'
alter 'table1', { NAME => 'f1',  BLOCKSIZE => '16384', COMPRESSION =>
'SNAPPY', DATA_BLOCK_ENCODING => 'FAST_DIFF'}
enable 'table1'
major_compact  'table1'

Reply via email to