[
https://issues.apache.org/jira/browse/KYLIN-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cao, Lionel updated KYLIN-5948:
-------------------------------
Description:
*01 Background*
To enhance the performance of detail data and ad-hoc queries, the internal
table feature is designed.
The internal table manage user's data directly in inner storage, where Kylin
actively controls the data storage format and data organization to specifically
improve query performance.
*02 Dev Design*
What needs to be done is as follows:
1. Define the internal table metadata
2. implement internal table catalog
3. implement create table, update table, delete table, truncate table functions
etc.
4. implement load data into internal table function
5. Support partition, bucket feature
6. Support config table properties such as primaryKey, orderByKey
7. Support gluten-mergetree as default storage type
*03 Roadmap TODOs*
1. Support cache pre-loading
2. Support more partition type
> Support internal table
> ----------------------
>
> Key: KYLIN-5948
> URL: https://issues.apache.org/jira/browse/KYLIN-5948
> Project: Kylin
> Issue Type: New Feature
> Components: Job Engine
> Reporter: Shuai Li
> Assignee: Cao, Lionel
> Priority: Major
>
> *01 Background*
> To enhance the performance of detail data and ad-hoc queries, the internal
> table feature is designed.
> The internal table manage user's data directly in inner storage, where Kylin
> actively controls the data storage format and data organization to
> specifically improve query performance.
> *02 Dev Design*
> What needs to be done is as follows:
> 1. Define the internal table metadata
> 2. implement internal table catalog
> 3. implement create table, update table, delete table, truncate table
> functions etc.
> 4. implement load data into internal table function
> 5. Support partition, bucket feature
> 6. Support config table properties such as primaryKey, orderByKey
> 7. Support gluten-mergetree as default storage type
> *03 Roadmap TODOs*
> 1. Support cache pre-loading
> 2. Support more partition type
--
This message was sent by Atlassian Jira
(v8.20.10#820010)