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: [email protected]
