Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 6, 2025

What's Changed in this PR

Added documentation for two new INFORMATION_SCHEMA tables introduced in GreptimeDB PR #6924:

SSTS_MANIFEST - SST file metadata from manifest

  • 20 fields including file paths, sizes, levels, time ranges, row counts, visibility status
  • Query SST files by table, level, time range, or visibility
  • Calculate storage metrics per table

SSTS_STORAGE - SST files from storage layer

  • 4 fields: file path, size, last modified timestamp, node ID
  • Detect orphaned files by comparing against manifest
  • Audit storage layer for inconsistencies

Both tables documented in English and Chinese with schema descriptions, field explanations, and SQL examples.

Checklist

  • Please confirm that all corresponding versions of the documents have been revised.
  • Please ensure that the content in sidebars.ts matches the current document structure when you changed the document structure.
  • This change requires follow-up update in localized docs.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • googlechromelabs.github.io
    • Triggering command: node install.mjs (dns block)
  • https://api.github.com/repos/GreptimeTeam/greptimedb/pulls/6924
    • Triggering command: curl -s REDACTED (http block)
  • https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chrome-headless-shell-linux64.zip
    • Triggering command: node install.mjs (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Update docs for feat: add ssts releated system table</issue_title>
<issue_description>A document change request is generated from GreptimeTeam/greptimedb#6924</issue_description>

<agent_instructions>Only update nightly document</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 6, 2025

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1c69242
Status: ✅  Deploy successful!
Preview URL: https://39ae42a0.greptime-docs.pages.dev
Branch Preview URL: https://copilot-update-nightly-docum.greptime-docs.pages.dev

View logs

Copilot AI changed the title [WIP] Update docs for system table related to SSTS docs: add SSTS_MANIFEST and SSTS_STORAGE system tables Nov 6, 2025
Copilot AI requested a review from WenyXu November 6, 2025 07:30
Copilot finished work on behalf of WenyXu November 6, 2025 07:30
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.

Update docs for feat: add ssts releated system table

2 participants