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

log_store: 支持智能存储分层接口 #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

szyhf
Copy link

@szyhf szyhf commented Feb 5, 2024

LogStore新增字段

	// 数据在Logstore低频存储层中的存储时间,最少为30天。单位:天,取值范围:30~3650。
	// 当数据的存储时间超过您所配置的低频存储层数据保存时间后,数据将转为归档存储。
	InfrequentAccessTTL int32 `json:"infrequentAccessTTL,omitempty"`
	// 数据在Logstore归档存储层中的存储时间,最少为60天。单位:天,取值范围:60~3650。
	// 当数据的存储时间超过您所配置的低频存储层数据保存时间后,数据将转为归档存储。
	FileTTL int32  `json:"fileTTL,omitempty"`

用于维护智能存储分层

@CLAassistant
Copy link

CLAassistant commented Feb 5, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants