xx789633 commented on code in PR #2161:
URL: https://github.com/apache/fluss/pull/2161#discussion_r2644941629
##########
fluss-common/src/main/java/org/apache/fluss/config/ConfigOptions.java:
##########
@@ -1424,6 +1424,20 @@ public class ConfigOptions {
+ "The `first_row` merge engine will keep
the first row of the same primary key. "
+ "The `versioned` merge engine will keep
the row with the largest version of the same primary key.");
+ public static final ConfigOption<Double>
TABLE_AUTO_INC_PREFETCH_LOW_WATER_MARK_RATIO =
Review Comment:
For the first version of the auto increment column, we prefer to discard
those prefetching or two-segment optimization techniques.
--
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]