yiguolei commented on pull request #8041:
URL: https://github.com/apache/incubator-doris/pull/8041#issuecomment-1043984964


   Random distribution policy is Great because many scenarios do not need query 
very fast, but need load data to the system stable and fast.
   If the table is created using random distribution policy, it is better to 
write to a single tablet during load process. It will reduce the number of 
versions in BE, will reduce compaction and improve load stability.
   For example, clickhouse prefers to load a single local table to a 
distributed table. 


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

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