mirror of https://github.com/milvus-io/milvus.git
parent
8b21a4b596
commit
266db4c883
|
@ -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