You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is ONLY used to solve issues related to DOCS.
Please answer the following questions before submitting your issue. Thanks!
Describe what you find is inappropriate or missing in the existing docs.
Current description:
The Meta Service provides automatic data eviction and space reclamation based on TTL (time to live) options for Nebula Graph.
Suggest:
The meta service is only store TTL definition information.When the data expires and need to be cleaned up,it is handled by storage service.
Describe your suggestion or addition.
Provide some reference materials (documents, websites, etc) if you could.
The text was updated successfully, but these errors were encountered:
Modified to:
The Meta Service stores the definition of TTL (Time to Live) options which are used to control data expiration. The Storage Service takes care of the expiring and evicting processes. For more information, see TTL.
Change Request
This repository is ONLY used to solve issues related to DOCS.
Please answer the following questions before submitting your issue. Thanks!
Current description:
The Meta Service provides automatic data eviction and space reclamation based on TTL (time to live) options for Nebula Graph.
Suggest:
The meta service is only store TTL definition information.When the data expires and need to be cleaned up,it is handled by storage service.
Describe your suggestion or addition.
Provide some reference materials (documents, websites, etc) if you could.
The text was updated successfully, but these errors were encountered: