You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/07/25 14:57:58 UTC

[GitHub] [incubator-doris] caiconghui commented on pull request #6292: [Optimize] Make light schema change complete more faster

caiconghui commented on pull request #6292:
URL: https://github.com/apache/incubator-doris/pull/6292#issuecomment-886213876


   > I don't get it, why it get faster than before?
   > I notice that you put a limit number of active jobs in a new thread pool and let them run concurrently?
   
   on our production environment, there are usually some tables added columns at the same time, and now these table are loaded data all time by stream load, so We hope that adding column operation can be complished as soon as possible, or stream load can be more slower when it should write two copies of data. now, it waste time to sleep and schema change jobs will affect each other, so here I change the interval for schema change check and add threadpool to make schema change jobs wouldn't affect each other.


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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