From fc815ff047b4e1b821717783d1504b8fc10dcf91 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 15 Oct 2021 12:00:21 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 15bbe73..2d1b8ab 100644 --- a/Home.md +++ b/Home.md @@ -29,7 +29,7 @@ Milvus also supports data sharding, data persistence, streaming data ingestion, Milvus adopts a shared-storage architecture featuring storage and computing disaggregation and horizontal scalability for its computing nodes. Following the principle of data plane and control plane disaggregation, Milvus comprises four layers: access layer, coordinator service, worker node, and storage. These layers are mutually independent when it comes to scaling or disaster recovery. - +![architecture](https://github.com/milvus-io/milvus-docs/blob/v2.0.0/assets/architecture_02.jpg) For more details about Milvus' architecture, see [Computing/Storage Disaggregation]() and [Main Components]().