Hi, These are options HBase allows on Create Table. Trafodion passes these options to the HBase layer as mentioned by Dave an others.
COMPRESSION specifies the type of compression that will be used to compress data in HFiles (produced my memstore flushes or bulk load writes) COMPACT_COMPRESSION specifies type of compression that will be used for HFiles that are created by major_compact. The motivation for HBase allowing two different compression types for one table is explained here. https://issues.apache.org/jira/browse/HBASE-2987 Trafodion does not accept a compression type such as LZMA as mentioned in this JIRA. If there is interest, please file a JIRA and we can add this value quickly. The HBase option COMPRESSION is described here. http://archive.cloudera.com/cdh5/cdh/5/hbase-0.98.6-cdh5.3.2/book/apds03.html#compressor.install Thank you Suresh On Tue, Dec 26, 2017 at 9:23 PM, [email protected] < [email protected]> wrote: > Hi all, > in SQL Reference Manual, there are two hbase options named > COMPACT_COMPRESSION and COMPRESSION, and those accepted values are same. > are they different from each other? they corresponds to which one of the > hbase parameters > > > > 李英帅 > 易鲸捷信息技术有限公司 > 手机:18701691214 > 邮箱:[email protected] >
