decster commented on issue #3442:
URL: 
https://github.com/apache/incubator-doris/issues/3442#issuecomment-623112875


   > i.e. olap engine have aggr/uniq/duplicate model, while this storage engine 
only have standard table+primary key semantics
   
   More about how the memory engine data model map to the original 
aggr/uniq/duplicate model
   
   In the current design, memory engine only maps to uniq data model, all key 
column is primary key and all none-key column is REPLACE. 
   
   In the future, aggr column can be treated as updatable column, which should 
be simple to support.
   


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



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

Reply via email to