Commit ab51075 1 parent 95a4110 commit ab51075 Copy full SHA for ab51075
File tree 3 files changed +5
-5
lines changed
4.deployment-and-installation
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
32
32
!!! compatibility
33
33
34
- 从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
34
+ 从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
35
35
36
36
``` ngql
37
37
ADD HOSTS <ip>:<port> [,<ip>:<port> ...] [INTO NEW ZONE "<new_zone_name>"];
Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ Nebula Graph {{ nebula.release }} 的数据模型中,由于设计允许图中
71
71
72
72
### 如何处理错误信息 ` SemanticError: Missing yield clause. `
73
73
74
- 从 Nebula Graph 3.0 开始,查询语句` LOOKUP ` 、` GO ` 、` FETCH ` 必须用` YIELD ` 子句指定输出结果。详情请参见[ YIELD] ( ../3.ngql-guide/8.clauses-and-options/yield.md ) 。
74
+ 从 Nebula Graph 3.0.0 开始,查询语句` LOOKUP ` 、` GO ` 、` FETCH ` 必须用` YIELD ` 子句指定输出结果。详情请参见[ YIELD] ( ../3.ngql-guide/8.clauses-and-options/yield.md ) 。
75
75
76
76
### 如何处理错误信息 ` Zone not enough! `
77
77
78
- 从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用` ADD HOSTS ` 命令后,才能正常读写 Storage 节点。详情参见[ 管理逻辑机架(Zone)] ( ../4.deployment-and-installation/5.zone.md ) 。
78
+ 从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用` ADD HOSTS ` 命令后,才能正常读写 Storage 节点。详情参见[ 管理逻辑机架(Zone)] ( ../4.deployment-and-installation/5.zone.md ) 。
79
79
80
80
### 如何处理错误信息 ` To get the property of the vertex in 'v.age', should use the format 'var.tag.prop' `
81
81
82
- 从 3.0 版本开始,` pattern ` 支持同时匹配多个 Tag,所以返回属性时,需要额外指定 Tag 名称。即从` RETURN 变量名.属性名 ` 改为` RETURN 变量名.Tag名.属性名 ` 。
82
+ 从 3.0.0 版本开始,` pattern ` 支持同时匹配多个 Tag,所以返回属性时,需要额外指定 Tag 名称。即从` RETURN 变量名.属性名 ` 改为` RETURN 变量名.Tag名.属性名 ` 。
83
83
84
84
### 返回消息中 ` time spent ` 的含义是什么?
85
85
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Nebula Graph 提供 Zone 功能,可以管理集群中的 Storage 节点,实
6
6
7
7
!!! compatibility
8
8
9
- 从 3.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
9
+ 从 3.0.0 版本开始,在配置文件中添加的 Storage 节点无法直接读写,配置文件的作用仅仅是将 Storage 节点注册至 Meta 服务中。必须使用`ADD HOSTS`命令后,才能正常读写 Storage 节点。
10
10
11
11
用户可以将 Storage 节点加入某个 Zone 中,创建图空间时指定 Zone,就会在 Zone 内的 Storage 节点上创建及存储图空间。分片及其副本会均匀存储在各个 Zone 中。如下图所示。
12
12
You can’t perform that action at this time.
0 commit comments