Open xingyingone opened 10 months ago
From the perspective of resource management, we will support limit scan io for Doris internal query.
From the perspective of resource management, we will support limit scan io for Doris internal query.
I want to contribute the pr
From the perspective of resource management, we will support limit scan io for Doris internal query.
I want to contribute the pr
I plan to use a very simple way which just control scan thread num to limit scan IO;
There is more question need to be answered, such as whether Doris need more mechanisms(cgroup or other) to limit scan io; Why do many mature databases not mention restrictions on how to limit scan IO. This needs more research.
if you are interested in Doris's workload management ,you can find Doris Pr with label workload-group
,or you can start from Config.enable_workload_group
or WorkloadGroupMgr.java
.
Search before asking
Description
version : doris-2.0.3-rc04-87c4d1c
Solution
maybe we can limit the resources used by analyze, and io performance maybe more smooth
Are you willing to submit PR?
Code of Conduct