JingsongLi commented on code in PR #8495:
URL: https://github.com/apache/paimon/pull/8495#discussion_r3536977268
##########
docs/generated/core_configuration.html:
##########
@@ -464,6 +464,12 @@
<td>Duration</td>
<td>The TTL in rocksdb index for cross partition upsert (primary
keys not contain all partition fields), this can avoid maintaining too many
indexes and lead to worse and worse performance, but please note that this may
also cause data duplication.</td>
</tr>
+ <tr>
+
<td><h5>data-evolution.compaction.reassign-row-id-and-materialize-deletions</h5></td>
Review Comment:
Maybe just `data-evolution.compaction.rewrite-row-ids`. And with:
`Whether data-evolution compaction may rewrite row IDs while physically
applying deletion vectors. Enable only when callers do not rely on stable
_ROW_ID; this invalidates row-id based references and drops global indexes for
affected partitions.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]