From 243dfa59c9cc1916936ad1b900489e2041d460b8 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Sun, 10 Nov 2024 00:46:25 -0500 Subject: [PATCH] Document VReplicationExperimentalFlagVPlayerBatching enabled by default 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 4e74eec1f..5cce501c8 100644 --- a/content/en/docs/22.0/reference/vreplication/flags.md +++ b/content/en/docs/22.0/reference/vreplication/flags.md @@ -180,7 +180,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.