Skip to content

Commit 5a858aa

Browse files
docs: Update vreplication-store-compressed-gtid flag documentation (#2060)
* Update vreplication-store-compressed-gtid flag documentation * Tweak the text Signed-off-by: Matt Lord <mattalord@gmail.com> --------- Signed-off-by: Matt Lord <mattalord@gmail.com> Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com> Co-authored-by: Matt Lord <mattalord@gmail.com>
1 parent 9a6ec0b commit 5a858aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • content/en/docs/24.0/reference/vreplication

content/en/docs/24.0/reference/vreplication/flags.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ This variable determines at what point VReplication considers the workflow to be
185185
**Default** false\
186186
**Applicable on** target
187187

188-
When set to true, the target tablet will store the GTID set/position in a compressed binary format. This is useful when the GTID is large and you want to save space in the `_vt.vreplication` table. Changing this should not typically be necessary but
189-
it is available in the event that you bump up against the limit of the [`pos` column used in the `vreplication` sidecar database table](https://github.com/vitessio/vitess/blob/main/go/vt/sidecardb/schema/vreplication/vreplication.sql).
188+
When set to true, the target tablet stores the GTID set/position in a compressed binary format. This is useful for saving space in the `_vt.vreplication` table when GTID sets grow large (common in larger clusters after many failover operations over time). Most deployments don't need this, but it can help reduce storage overhead in the sidecar database for environments with exceptionally large GTID sets.
190189

191190
#### vstream-binlog-rotation-threshold
192191

0 commit comments

Comments
 (0)