Skip to content

Commit

Permalink
Modify tagless (#2323)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Nov 17, 2022
1 parent 95848c5 commit fed2453
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NebulaGraph 使用自行开发的 KVStore,而不是其他开源 KVStore,原

- 点数据存储格式

相比 NebulaGraph 2.x 版本,3.x 版本的每个点多了一个不含 TagID 字段并且无 value 的 key,用于支持无 Tag 的点
相比 NebulaGraph 2.x 版本,3.x 版本在开启**无 Tag** 的点配置后,每个点多了一个不含 TagID 字段并且无 value 的 key。

![The vertex format of storage service](https://docs-cdn.nebula-graph.com.cn/figures/3.0-vertex-key.png)

Expand Down

0 comments on commit fed2453

Please sign in to comment.