Skip to content

feat(append): add append-only writer, compact task and coordinator#138

Closed
lszskye wants to merge 1 commit into
apache:mainfrom
lszskye:append_dir
Closed

feat(append): add append-only writer, compact task and coordinator#138
lszskye wants to merge 1 commit into
apache:mainfrom
lszskye:append_dir

Conversation

@lszskye

@lszskye lszskye commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Purpose

This change adds append-only table write and compaction coordination support.

  • AppendOnlyWriter for writing data to append-only tables with automatic flush and compaction triggering.
  • AppendCompactTask representing a single compaction task for append-only tables.
  • AppendCompactCoordinator implementation for managing and scheduling compaction tasks.

Tests

  • AppendOnlyWriterTest

@lszskye lszskye closed this Jul 1, 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.

1 participant