yangzhg commented on issue #3930:
URL: 
https://github.com/apache/incubator-doris/issues/3930#issuecomment-652268901


   I suggest that the columns used for keeping order should not exist in the 
create table statement, but as a hidden column. When creating a unique table, 
add a property such as sequence=true, so that be can automatically add a hidden 
one after the key column. The hidden key column is only used for sorting, so 
that it can be used as a sorting basis when doing compaction and read. A column 
may be configed as a sequence column during load


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