Skip to content

Commit

Permalink
rpm add new (#151)
Browse files Browse the repository at this point in the history
* rpm add new

* fix comments

* fix typoe

* corrected ordered list
  • Loading branch information
Amber1990Zhang committed Jan 18, 2021
1 parent 55f1042 commit 5daf306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ nebula> CREATE TAG t1(a int, b int, c string) ttl_duration = 100, ttl_col = "a";
nebula> ALTER TAG t1 CHANGE (a string); -- failed
```

- 注意一个 tag 或 edge 不能同时拥有 TTL 和索引,只能二者择其一,即使 `ttl_col` 配置的字段与要创建索引的字段不同
- 注意一个 tag 或 edge 不能同时拥有 TTL 和索引,只能二者择其一。

``` ngql
nebula> CREATE TAG t1(a int, b int, c string) ttl_duration = 100, ttl_col = "a";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
* Centos 7: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el7-5.x86_64.rpm
* Centos 8: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.el8.x86_64.rpm
* Ubuntu 1604: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1604.amd64.deb
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu1804.amd64.deb
* Ubuntu 2004: https://oss-cdn.nebula-graph.com.cn/package/${release_version}/nebula-${release_version}.ubuntu2004.amd64.deb
```

链接中 `${release_version}` 为具体的发布版本号,例如要下载 `1.1.0` `Centos 7.5` 的安装包,那么可以直接通过命令下载。
Expand All @@ -40,10 +44,12 @@
* Centos 6: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el6-5.x86_64.rpm
* Centos 7: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el7-5.x86_64.rpm
* Centos 8: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.el8.x86_64.rpm
* Ubuntu 1604: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1604.amd64.deb
* Ubuntu 1804: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu1804.amd64.deb
* Ubuntu 2004: https://oss-cdn.nebula-graph.com.cn/package/nightly/${date}/nebula-${date}-nightly.ubuntu2004.amd64.deb
```

链接中 `${date}` 为具体的日期,例如要下载 `2020年11月15日``Centos 7.5` 的安装包,那么可以直接通过命令下载
Expand Down

0 comments on commit 5daf306

Please sign in to comment.