Hi all,
During load process, the same operation are performed on all replicas such as 
sort and aggregation which are resource-intensive. Concurrent data load would 
consume much CPU and memory resources. I plan to support the capacity of single 
replica load to reduce the usage of CPU and Memory for load. Performing write 
process (writing data into MemTable and then data flush) on single replica and 
synchronizing data files to other replicas before transaction finished.
The associated issue: https://github.com/apache/incubator-doris/issues/9847


Zuo Wei
Email: wei...@apache.org

Reply via email to