mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Add readme for datacoord (#8141)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
8b21a4b596
commit
266db4c883
10
internal/datacoord/README.md
Normal file
10
internal/datacoord/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 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.
|
Loading…
Reference in New Issue
Block a user