Skip to content

docs: add rc2 release note#2369

Merged
WenyXu merged 2 commits intomainfrom
rc2-note
Mar 12, 2026
Merged

docs: add rc2 release note#2369
WenyXu merged 2 commits intomainfrom
rc2-note

Conversation

@WenyXu
Copy link
Member

@WenyXu WenyXu commented Mar 11, 2026

What's Changed in this PR

as title

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.

Signed-off-by: WenyXu <wenymedia@gmail.com>
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 11, 2026

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: aaff04f
Status: ✅  Deploy successful!
Preview URL: https://f4ebc65b.greptime-docs.pages.dev
Branch Preview URL: https://rc2-note.greptime-docs.pages.dev

View logs

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces the comprehensive release notes for GreptimeDB v1.0.0-rc.2, detailing significant performance enhancements, new features, and critical bug fixes. It also updates the previous release note to recommend upgrading to this new release candidate. The primary focus of v1.0.0-rc.2 is on improving query performance through dynamic filtering and optimizing data ingestion and scanning processes, alongside general stability improvements.

Highlights

  • Dynamic Filter for TopK and Scan Pruning: Introduced dynamic filter pushdown into region scans, significantly improving TopK query performance (e.g., from ~28.86s to ~0.21s on non-indexed timestamps) and strengthening pruning effectiveness through runtime filters and shared partition pruners.
  • Broader Performance Optimizations Across Ingest and Query: Implemented multiple performance updates for Prometheus ingest and Mito query scan paths, including optimized Prometheus decode and remote-write decode, and accelerated Mito2 Parquet scans via min-max caches.
Changelog
  • blog/release-1-0-0-rc-1.md
    • Added a recommendation to upgrade to v1.0.0-rc.2.
  • blog/release-1-0-0-rc-2.md
    • Added new release notes for v1.0.0-rc.2.
    • Included important bug fixes for repartition, such as rejecting writes to deallocating regions during region merge and ensuring the staging phase waits for compaction to complete.
    • Detailed new features like dynamic filter for TopK, support for group by operations in PromQL, Prometheus 3.x behavior adaptation, and various COPY command enhancements for JSON, GCS, and Azblob.
    • Listed numerous bug fixes addressing issues in PromQL plans, meta-srv client handling, Mito2 filter extension ranges, TQL explain results, and primary key index order preservation.
    • Documented refactorings for vector index metadata, table metadata structures, partition rule versioning, and remote write code.
    • Updated project status and added new documentation links for o11y 2.0 and .NET ingester SDK.
    • Highlighted performance improvements in Prometheus decode, remote-write decode, and Mito2 Parquet scan via min-max caches.
    • Added new tests for vector index and repartition fuzzing, along with fixes for unstable index meta list tests.
    • Included miscellaneous tasks such as dependency updates (e.g., DataFusion, Arrow), CI improvements for monitoring and tracing, and removal of deprecated dependencies.
Activity
  • WenyXu created this pull request to add the release note for v1.0.0-rc.2.
  • The pull request includes a checklist for confirming document revisions, sidebars.ts consistency, and follow-up updates in localized documentation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@WenyXu WenyXu force-pushed the rc2-note branch 2 times, most recently from 01e432b to 6f5098f Compare March 11, 2026 12:32
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds the release notes for v1.0.0-rc.2. The changes are mostly good, but I've found a couple of minor issues that could improve the quality of the documentation. I've suggested expanding a truncated pull request title for clarity and sorting the list of contributors for better readability and consistency. Please see my detailed comments.

Note: Security Review has been skipped due to the limited scope of the PR.

@WenyXu WenyXu force-pushed the rc2-note branch 3 times, most recently from c9443d5 to a4aa4b0 Compare March 11, 2026 12:48
Copy link
Member

@killme2008 killme2008 left a comment

Choose a reason for hiding this comment

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

LGTM

@killme2008 killme2008 requested a review from sunng87 March 11, 2026 15:04
Copy link
Contributor

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

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

LGTM

@WenyXu WenyXu merged commit 2109395 into main Mar 12, 2026
4 checks passed
@WenyXu WenyXu deleted the rc2-note branch March 12, 2026 01:55
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.

3 participants