Skip to content

docs: iceberg metadata export - #2748

Open
sunng87 wants to merge 4 commits into
mainfrom
docs/iceberg
Open

docs: iceberg metadata export#2748
sunng87 wants to merge 4 commits into
mainfrom
docs/iceberg

Conversation

@sunng87

@sunng87 sunng87 commented Aug 14, 2026

Copy link
Copy Markdown
Member

What changed

Initial version of iceberg user guide in enterprise section.

Scope

  • Documentation versions: nightly, 1.2
  • Languages: both

TODO: backport to 1.2 if everything looks good.

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.
  • I updated navigation when the document structure changed.

Comment thread docs/enterprise/iceberg.md
Comment thread docs/enterprise/iceberg.md Outdated
GreptimeDB types map cleanly to Iceberg for the common cases (booleans, signed integers, floats, strings, binary,
date, timestamp). A few things to be aware of, especially in Spark:

- **Declare the time index as `TIMESTAMP(6)`.** GreptimeDB's default `TIMESTAMP` is millisecond precision, but the

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, does it mean historical tables cannot use this feature, and only newly created tables with the correct TIME INDEX type configured can use it? I think this issue needs to be addressed.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is hard to fix from iceberg side because only microsends is supported from iceberg, especially for spark implementation, it assumes stats data in parquet files are in microseconds unit.

I'm trying to allow user to run alter table to change the time index unit.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6abd05f
Status: ✅  Deploy successful!
Preview URL: https://56bc5e44.greptime-docs.pages.dev
Branch Preview URL: https://docs-iceberg.greptime-docs.pages.dev

View logs

@sunng87 sunng87 changed the title docs: iceberg integration docs: iceberg metadata export Aug 30, 2026
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