Yuan Liu created TRAFODION-2638:
-----------------------------------

             Summary: Make "hbase_options" as default setting and use cqd to 
change the default setting
                 Key: TRAFODION-2638
                 URL: https://issues.apache.org/jira/browse/TRAFODION-2638
             Project: Apache Trafodion
          Issue Type: Improvement
          Components: sql-general
    Affects Versions: any
            Reporter: Yuan Liu
            Priority: Minor
             Fix For: any


As we know, for performance thinking, we always need to add below syntax in 
“create table” syntax. And I know in latest version, we have made “ATTRIBUTES 
ALIGNED FORMAT” as default, do we have a plan that make HBASE_OPTIONS(including 
ENCODING、COMPRESSION、MEMESTORE) as the default setting when creating table? I 
think this will be easier for end users? 
 
ATTRIBUTES ALIGNED FORMAT
  HBASE_OPTIONS
  (
    DATA_BLOCK_ENCODING = 'FAST_DIFF',
    COMPRESSION = 'SNAPPY',
    MEMSTORE_FLUSH_SIZE = '1073741824'
  )
;




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to