Docs: Add doc for flink table maintenance ConvertEqualityDeletes#17113
Open
Guosmilesmile wants to merge 2 commits into
Open
Docs: Add doc for flink table maintenance ConvertEqualityDeletes#17113Guosmilesmile wants to merge 2 commits into
Guosmilesmile wants to merge 2 commits into
Conversation
singhpk234
reviewed
Jul 6, 2026
|
|
||
| **State and restart** | ||
|
|
||
| - The PK-index worker keeps a keyed row-position index of the target branch in Flink state. Its size scales with the number of live rows in the table for the configured equality columns; size Flink state backend, checkpoint storage, and TaskManager memory accordingly. |
Contributor
There was a problem hiding this comment.
[for my understanding] is this done in an incremental manner from the last check-pointed state ?
|
|
||
| **Concurrent commits on the target branch** | ||
|
|
||
| - External commits to the target branch (e.g. compaction, direct writes) are detected by `RowDelta.validateFromSnapshot`. A conflicting cycle fails at commit; the next trigger reindexes the worker's PK index from the new target head and retries. |
Contributor
There was a problem hiding this comment.
Do we wanna put a recommendation to avoid concurrent writes to the tables ? i understand we can rebase / re-index and then retry but i wonder how practical it is for the next attempt to succeed if there is another writer writing to the table continuously
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.