From 586a28518a3bd0d185962ff201072b41ff738aa7 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Fri, 6 Dec 2024 13:41:03 -0500 Subject: [PATCH] Document VReplicationExperimentalFlagVPlayerBatching enabled by default (#1888) Signed-off-by: Matt Lord --- content/en/docs/22.0/reference/vreplication/flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/22.0/reference/vreplication/flags.md b/content/en/docs/22.0/reference/vreplication/flags.md index d149eface..081308e61 100644 --- a/content/en/docs/22.0/reference/vreplication/flags.md +++ b/content/en/docs/22.0/reference/vreplication/flags.md @@ -206,7 +206,7 @@ Stop automatically retrying when we've had consecutive failures with the same er #### vreplication_experimental_flags **Type** bitmask\ -**Default** 3 (VReplicationExperimentalFlagOptimizeInserts | VReplicationExperimentalFlagAllowNoBlobBinlogRowImage)\ +**Default** 7 (VReplicationExperimentalFlagOptimizeInserts | VReplicationExperimentalFlagAllowNoBlobBinlogRowImage | VReplicationExperimentalFlagVPlayerBatching)\ **Applicable on** target Features that are not yet adequately field-tested, that are not backward-compatible, or need to be proven in production environments are put behind _vreplication_experimental_flags_. These features are temporary and will either be made permanent, removed, or put behind a separate vttablet option. Currently, the only experimental features are expected to be performance improvements.