-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
We have designed the migration system for compacting log backup. Generally, every modifications over the "stabilized" storage must be done by appending a "migration".
+-Modifications over those files
| Must be done by Appending a migration.
|
+----|--------------+-------------+
| stabilized | Appending |
|-------------------|-------------+
| \
\ |
|Truncated TS \Resolved TS
Migrations are idempotent batch modifications (adding a compaction, delete a file, etc..) to the backup files.
You may check the protocol buffer message Migration
for more details.
Idempontence is important for migrations, as they may be executed multi times due to retry or racing.
Metadata
Metadata
Assignees
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.