Skip to content

chore(compaction): add docs for append/pk compaction#230

Open
lszskye wants to merge 1 commit intoalibaba:mainfrom
lszskye:add_doc_for_compaction
Open

chore(compaction): add docs for append/pk compaction#230
lszskye wants to merge 1 commit intoalibaba:mainfrom
lszskye:add_doc_for_compaction

Conversation

@lszskye
Copy link
Copy Markdown
Collaborator

@lszskye lszskye commented Apr 14, 2026

Purpose

add docs for append/pk compaction

Documentation

compaction.rst

.. note::
Append-only table compaction is only available for fixed-bucket mode
(``bucket > 0``). Dynamic bucketing (``bucket = -1``) does not support
compaction. Tables with blob columns also skip compaction.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Tables with blob columns seems not support compaction.

Not supported in the current scope:
- Changelog
- Indexes

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

file indexes still not support.

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