mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
08ca551a75
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
11 lines
478 B
Markdown
11 lines
478 B
Markdown
# Data Coordinator
|
|
|
|
Data cooridnator(datacoord for short) is the component to organize DataNodes and segments allocations.
|
|
|
|
## Dependency
|
|
|
|
- KV store: a kv store has all the meta info datacoord needs to operate. (etcd)
|
|
- Message stream: a message stream to communicate statistics information with data nodes. (Pulsar)
|
|
- Root Coordinator: timestamp, id and meta source.
|
|
- Data Node(s): could be an instance or a cluster, actual worker group handles data modification operations.
|