File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We call the result of this decision the indexing physical plan.
6
6
We also want to observe some interesting properties such as:
7
7
- (A) we want to avoid moving indexing tasks from one indexer to another one needlessly.
8
8
- (B) we want a source to be spread amongst as few nodes as possible
9
- - (C) we want to balance the load between nodes as soon as the load is significative (>30%)
9
+ - (C) we want to balance the load between nodes as soon as the load is significatively (>30%) higher than the average (target) load
10
10
- (D) when we are working with the Ingest API source, we prefer to colocate indexers on
11
11
the ingesters holding the data.
12
12
You can’t perform that action at this time.
0 commit comments