morningman commented on issue #2781: Batch Operate Rollup table in Doris #2671
URL: https://github.com/apache/incubator-doris/pull/2781#issuecomment-575534678
 
 
   Plz wait for my review,  it will take some times.
   
   I have a question:
   
   For now, we support creating rollup for duplicate key table, not only 
aggregate key table. And we 
   support syntex like:
   
   `create materialized view as select a, b, sum(c) from tbl1 group by a, b;`
   
   How to support this in your new `create table stmt`?
   
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to