Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 10, 2025

What's Changed in this PR

Documents the parallelism parameter introduced in greptimedb#7086 for manual compaction operations.

Updates:

  • Added parallelism parameter documentation in admin SQL reference
  • Documented parallelism usage for SWCS and regular compaction strategies
  • Added examples showing syntax: admin compact_table("table", "swcs", "window=1800,parallelism=2")

Files updated:

  • docs/reference/sql/admin.md
  • docs/user-guide/deployments-administration/manage-data/compaction.md
  • Chinese equivalents in i18n/zh/docusaurus-plugin-content-docs/current/

The parameter controls compaction concurrency level and defaults to 1.

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://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chrome-headless-shell-linux64.zip
    • Triggering command: node install.mjs (http block)
  • https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chrome-linux64.zip

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: manual compaction parallelism</issue_title>
<issue_description>A document change request is generated from GreptimeTeam/greptimedb#7086</issue_description>

<agent_instructions>不需要修改最新稳定版的文档</agent_instructions>

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


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

- Update English admin.md with parallelism examples
- Update English compaction.md with detailed parallelism usage
- Update Chinese admin.md with parallelism examples
- Update Chinese compaction.md with detailed parallelism usage

Co-authored-by: fengjiachun <3860496+fengjiachun@users.noreply.github.com>
@cloudflare-workers-and-pages
Copy link

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

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 511f882
Status: ✅  Deploy successful!
Preview URL: https://11b77f17.greptime-docs.pages.dev
Branch Preview URL: https://copilot-update-docs-manual-c.greptime-docs.pages.dev

View logs

Copilot AI changed the title [WIP] Update documentation for manual compaction parallelism docs: add parallelism parameter for manual compaction Nov 10, 2025
Copilot AI requested a review from fengjiachun November 10, 2025 06:38
Copilot finished work on behalf of fengjiachun November 10, 2025 06:38
@fengjiachun fengjiachun marked this pull request as ready for review November 11, 2025 03:16
@fengjiachun fengjiachun requested a review from nicecui as a code owner November 11, 2025 03:16
…oyments-administration/manage-data/compaction.md
@fengjiachun fengjiachun removed the request for review from nicecui November 11, 2025 06:23
@fengjiachun fengjiachun merged commit 6ae80b4 into main Nov 11, 2025
5 checks passed
@fengjiachun fengjiachun deleted the copilot/update-docs-manual-compaction branch November 11, 2025 07:11
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: manual compaction parallelism

4 participants