mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip ci] Fix typo in proxy developer guide (#11671)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
4ef98ffdff
commit
586bffc87b
@ -570,7 +570,7 @@ func NewTaskScheduler(ctx context.Context, idAllocator *allocator.IDAllocator, t
|
||||
|
||||
_scheduleDdTask()_ selects tasks in a FIFO manner, thus time order is guaranteed.
|
||||
|
||||
The policy of _scheduleDmTask()_ should target on throughput, not tasks' time order. Note that the time order of the tasks' execution will later be garanteed by the timestamp & time tick mechanism.
|
||||
The policy of _scheduleDmTask()_ should target on throughput, not tasks' time order. Note that the time order of the tasks' execution will later be guaranteed by the timestamp & time tick mechanism.
|
||||
|
||||
The policy of _scheduleDqTask()_ should target on throughput. It should also take visibility into consideration. For example, if an insert task and a query arrive in a same time tick and the query comes after insert, the query should be scheduled in the next tick thus the query can see the insert.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user