Skip to content

docs: document missing SST manifest fields - #2833

Merged
killme2008 merged 1 commit into
mainfrom
docs/2795-sst-manifest-fields
Sep 9, 2026
Merged

docs: document missing SST manifest fields#2833
killme2008 merged 1 commit into
mainfrom
docs/2795-sst-manifest-fields

Conversation

@evenyag

@evenyag evenyag commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

What changed

Document max_row_group_uncompressed_size (bytes, with zero meaning unknown) and nullable partition_expr in SSTS_MANIFEST, following GreptimeTeam/greptimedb#8965. Add a query for inspecting the new fields and update the illustrative output.

Also restore the previously omitted index_version and num_series fields so the complete displayed schema matches upstream column order, types, and nullability.

Closes #2795

Scope

  • Documentation versions: Nightly
  • Languages: English, Chinese

The new fields are not included in the existing 1.2 or older documentation releases.

Verification

  • DOC_LANG=en pnpm check:links (includes the English production build)
  • DOC_LANG=zh pnpm check:links (includes the Chinese production build)
  • git diff --check
  • Compared all 26 documented columns with the upstream ManifestSstEntry::schema definition.
  • Reviewed field semantics against manifest-to-record-batch conversion and Mito manifest inspection.
  • Checked English/Chinese example and schema consistency.

Checklist

  • I verified the content against the applicable GreptimeDB version.
  • I updated the relevant documentation versions and languages, or explained why not.
  • I checked changed links and anchors.
  • Navigation does not require an update because this extends an existing page.

Signed-off-by: evenyag <realevenyag@gmail.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0847dd2
Status: ✅  Deploy successful!
Preview URL: https://895b8a3a.greptime-docs.pages.dev
Branch Preview URL: https://docs-2795-sst-manifest-field.greptime-docs.pages.dev

View logs

@killme2008
killme2008 merged commit a5349b9 into main Sep 9, 2026
7 checks passed
@killme2008
killme2008 deleted the docs/2795-sst-manifest-fields branch September 9, 2026 09:18
@killme2008

Copy link
Copy Markdown
Member

@evenyag Merged. If a backport is needed, please open a separate PR.

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: expose missing SST manifest fields

2 participants