diff --git a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md index ff86e34b3ce..4e5eae2a626 100644 --- a/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md +++ b/docs-2.0/1.introduction/3.nebula-graph-architecture/4.storage-service.md @@ -70,37 +70,37 @@ Therefore, Nebula Graph develops its own KVStore with RocksDB as the local stora - One Nebula Graph KVStore cluster supports multiple graph spaces, and each graph space has its own partition number and replica copies. Different graph spaces are isolated physically from each other in the same cluster. - + |`SerializedValue`|The serialized value of the key. It stores the property information of the edge.| ### Property descriptions @@ -114,12 +114,11 @@ Since in an ultra-large-scale relational network, vertices can be as many as ten ![data partitioning](https://www-cdn.nebula-graph.com.cn/nebula-blog/DataModel02.png) -