Skip to content

Commit

Permalink
Update ttl-options.md (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 6, 2022
1 parent 829eb18 commit b339e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -12,9 +12,9 @@ TTL(Time To Live)指定属性的存活时间,超时后,该属性就会

- TTL 和 INDEX 共存问题:

+ 如果一个 Tag/Edge type 的其中一属性已有 INDEX,则不能为其设置 TTL,也不能为该 Tag 的其他属性设置 TTL。
- 如果一个 Tag/Edge type 的其中一属性已有 INDEX,则不能为其设置 TTL,也不能为该 Tag 的其他属性设置 TTL。

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

## 属性过期

Expand Down

0 comments on commit b339e94

Please sign in to comment.