Skip to content

Commit fddc9b6

Browse files
Update quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/README.md
1 parent 285987e commit fddc9b6

File tree

1 file changed

+1
-1
lines changed
  • quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling

1 file changed

+1
-1
lines changed

quickwit/quickwit-control-plane/src/indexing_scheduler/scheduling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We call the result of this decision the indexing physical plan.
66
We also want to observe some interesting properties such as:
77
- (A) we want to avoid moving indexing tasks from one indexer to another one needlessly.
88
- (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
1010
- (D) when we are working with the Ingest API source, we prefer to colocate indexers on
1111
the ingesters holding the data.
1212

0 commit comments

Comments
 (0)