压缩单个分区数据的语法如下:

alter table  <bigTableName>  MOVE partition <bigTablePartitionName> COMPRESS;

注意事项:压缩数据后应重建索引。