V1.0.0
Change Description
The Kunpeng BoostKit for Big Data OmniCache uses AI algorithms to recommend the optimal materialized view from historical SQL queries, automatically matches user SQL statements with a materialized view in Spark, and uses the matched materialized view in the SQL execution plan. This feature greatly reduces repeated calculations and increases the query efficiency.
Version 1.0.0 has the following changes:
- Supports execution plan rewriting for the Filter, Aggregation, and Join operators.
- Supports Yarn log parsing for extracting valid information such as SQL execution plans and statistics.
- Supports functions such as candidate view generation, cost estimation model training, and view selection model training.
- Supports the Spark engine.
Resolved Issues
None
Known Issues
None
Parent topic: Materialized View