Create another table with the same schema without the compression, insert
the same thing in the two tables and compare the foot print?
 Le 2013-11-13 05:58, "Jia Wang" <[email protected]> a écrit :

> Hi Folks
>
> I added COMPRESSION value after creating a table, so here is the table
> description:
>
> {NAME => 'SPLIT_TEST_BIG', SPLIT_POLICY =>
> 'org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy',
> MAX_FILESIZE => '107374182400', FAMILIES => [{NAME => 'f1', COMPRESSION =>
> 'SNAPPY'}]}
>
> My question is how do i know the SNAPPY works?
>
> BTW, i can insert data into that table after enabling the COMPRESSION
> policy, is this the answer to this question?
>
> Thanks
> Ramon
>

Reply via email to