Skip to content

Commit

Permalink
Update ttl-options.md (#685)
Browse files Browse the repository at this point in the history
* Update ttl-options.md

* Update ttl-options.md
  • Loading branch information
whitewum authored Jul 6, 2021
1 parent 396c9b9 commit cc4f203
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs-2.0/3.ngql-guide/8.clauses-and-options/ttl-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ TTL(Time To Live)指定属性的存活时间,超时后,该属性就会

- 不能修改带有TTL选项的属性的Schema。

- Tag或Edge type上如果有索引,不能设置TTL选项,即使在没有索引的属性上设置也不行。
- TTL 和 INDEX 共存问题:

+ 如果已有 INDEX:不能再设置 TTL,即使在没有 INDEX 的属性上设置 TTL 也不行。

+ 如果已有 TTL:可以再添加 INDEX。

## 属性过期

Expand Down

0 comments on commit cc4f203

Please sign in to comment.