Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.meta-service.md #1218

Merged
merged 1 commit into from
Nov 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Meta 服务中存储了 Schema 信息,同时还负责 Schema 的添加、修

更多 Nebula Graph 的 Schema 信息,请参见[数据模型](../2.data-model.md)。

### 管理基于TTL的数据回收
### 管理TTL信息

Meta 服务提供基于 TTL(Time To Live) 的自动数据回收和空间回收
Meta 服务存储TTL(Time To Live)定义信息,可以用于设置数据生命周期。数据过期后,会由Storage 服务进行处理,具体过程参见[TTL](../../3.ngql-guide/8.clauses-and-options/ttl-options.md)

### 管理作业

Expand Down