You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/14 04:46:00 UTC

[jira] [Commented] (KYLIN-4786) support segment data stored on ssd

    [ https://issues.apache.org/jira/browse/KYLIN-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231932#comment-17231932 ] 

ASF GitHub Bot commented on KYLIN-4786:
---------------------------------------

guangxuCheng commented on pull request #1442:
URL: https://github.com/apache/kylin/pull/1442#issuecomment-727144166


   @fengpod HBase 2.0+ already supports setting the Storage Policy at CF-level, see: [HBASE-14061](https://issues.apache.org/jira/browse/HBASE-14061) [HBASE-15172](https://issues.apache.org/jira/browse/HBASE-15172)
   
   Maybe we can set the storage strategy directly when creating the table. such as : 
   `create 'tablename',{NAME=>'f1',STORAGE_POLICY=>'ALL_SSD'},{NAME=>'f2',STORAGE_POLICY=>'ONE_SSD'}
   `
   
   @hit-lacus What do you think? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> support segment data stored on ssd
> ----------------------------------
>
>                 Key: KYLIN-4786
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4786
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Storage - HBase
>    Affects Versions: v3.1.0
>            Reporter: fengpod
>            Priority: Minor
>
> For better query performance,we put important data on ssd for core business use。



--
This message was sent by Atlassian Jira
(v8.3.4#803005)