Skip to content

Commit

Permalink
[doc] Remove useless limitation in deletion-vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Apr 11, 2024
1 parent 226e781 commit ed31532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/content/primary-key-table/deletion-vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ By specifying `'deletion-vectors.enabled' = 'true'`, the Deletion Vectors mode c

## Limitation

- Only primary key table supports this feature.
- `changelog-producer` needs to be `none` or `lookup`.
- `changelog-producer.lookup-wait` can't be `false`.
- `merge-engine` can't be `first-row`, because the read of first-row is already no merging, deletion vectors are not needed.
Expand Down

0 comments on commit ed31532

Please sign in to comment.