Can I add record level compression to a preexisting table? Will old rows be compressed or only new rows?

For example, if I use the hbase shell and disable, alter {...COMPRESSION => 'gz'....}, enable.... Do I need to run a compaction as well?

Or do I need to create a new table?

-justin

Reply via email to