-
Notifications
You must be signed in to change notification settings - Fork 49
docs: improve data management #2146
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
Conversation
Signed-off-by: Dennis Zhuang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the data management documentation by fixing anchor links, clarifying merge mode behavior, and adding information about TTL management. The changes enhance user understanding of data operations in GreptimeDB.
- Fixed broken anchor links with double hash symbols
- Clarified that
last_non_null
mode keeps the latest non-null values rather than just latest values - Added documentation for modifying TTL policies using ALTER statements
- Added important notes about TTL expiration timing and compaction behavior
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
versioned_docs/version-0.17/user-guide/manage-data/overview.md | Fixed anchor link, added TTL expiration note and ALTER examples |
versioned_docs/version-0.17/reference/sql/create.md | Clarified last_non_null merge mode behavior |
i18n/zh/docusaurus-plugin-content-docs/version-0.17/user-guide/manage-data/overview.md | Chinese translation updates matching English changes |
i18n/zh/docusaurus-plugin-content-docs/version-0.17/reference/sql/create.md | Chinese translation for merge mode clarification |
i18n/zh/docusaurus-plugin-content-docs/current/user-guide/manage-data/overview.md | Current version Chinese translation updates |
i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/create.md | Current version Chinese merge mode clarification |
docs/user-guide/manage-data/overview.md | Main docs with fixed anchor link and TTL ALTER examples |
docs/reference/sql/create.md | Main docs clarification of merge mode behavior |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
i18n/zh/docusaurus-plugin-content-docs/version-0.17/user-guide/manage-data/overview.md
Show resolved
Hide resolved
Signed-off-by: Dennis Zhuang <[email protected]>
Deploying greptime-docs with
|
Latest commit: |
0e3f8d3
|
Status: | ✅ Deploy successful! |
Preview URL: | https://9ea837bb.greptime-docs.pages.dev |
Branch Preview URL: | https://feature-tweak-manage-data.greptime-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's Changed in this PR
Describe the change in this PR
Checklist
sidebars.ts
matches the current document structure when you changed the document structure.