Guoliang Sun created KYLIN-6061:
-----------------------------------
Summary: Support building index files using Gluten
Key: KYLIN-6061
URL: https://issues.apache.org/jira/browse/KYLIN-6061
Project: Kylin
Issue Type: Improvement
Affects Versions: 5.0.0
Reporter: Guoliang Sun
Assignee: Guoliang Sun
Fix For: 5.0.2
h3. Enable Gluten for Build and Asynchronous Query
- Add the following parameters:
- `kylin.engine.gluten.enabled`: Controls whether to use Gluten for building.
Default is `false` (Gluten is not used for building).
- `kylin.unique-async-query.gluten.enabled`: Controls whether to use Gluten
for asynchronous queries. Default is `false` (Gluten is not used for
asynchronous queries).
Mismatch Between Build Task Sub-steps and Actual Execution Sub-steps
- The flat table statistics update is partially unaccounted for in the time
statistics.
- According to the build logs, the most time-consuming parts are global
dictionary generation and flat table creation, which do not align with the page
display.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)