wangshuo128 opened a new issue, #12303:
URL: https://github.com/apache/doris/issues/12303

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Description
   
   Currently, OLAP table in nereids planner only supports the duplicated data 
model. Aggregate and Unique data models are not supported.
   This issue is for supporting aggregate and unique data models and support 
rollup and materialized view selection.
   
   Subtasks for the issue:
   
   - [x] Main framework for selecting rollup index with aggregate plan node, 
pre-aggregation for OLAP scan is turned on by default. #12464 
   - [x] Support turning off pre-aggregation for OLAP scan table, e.g., select 
data without aggregate plan node, select by non-matching aggregate function 
type, etc. #12785
   - [ ] Support all the aggregate column types in the storage engine, such as 
bitmap, HLL, etc.
   - [ ] Support complex expressions in an aggregate function that could use 
pre-aggregation.
   - [x] Support materialized view selection for the duplicated data model. 
https://github.com/apache/doris/pull/13416
   - [ ] Support merge-on-write of the unique key model in nereids planner. 
(https://cwiki.apache.org/confluence/display/DORIS/DSIP-018%3A+Support+Merge-On-Write+implementation+for+UNIQUE+KEY+data+model)
   
   ### Use case
   
   N/A.
   
   ### Related issues
   
   No.
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to