From 13b2e7ac1a767b13e2f6b5d7edf30bd5032ca1d6 Mon Sep 17 00:00:00 2001 From: Bob Roldan Date: Thu, 16 Mar 2023 16:24:01 -0400 Subject: [PATCH] DBZ-823 Edit description of `snapshot.tables.order.by.row.count` --- documentation/modules/ROOT/pages/connectors/mysql.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/mysql.adoc b/documentation/modules/ROOT/pages/connectors/mysql.adoc index 22f5a3c79..e6860ec95 100644 --- a/documentation/modules/ROOT/pages/connectors/mysql.adoc +++ b/documentation/modules/ROOT/pages/connectors/mysql.adoc @@ -3204,7 +3204,12 @@ endif::product[] |[[mysql-property-snapshot-tables-order-by-row-count]]<> |`disabled` -|Controls the order in which tables are processed in the initial snapshot. The `descending` value will order the tables by row count descending. The `ascending` value will order the tables by row count ascending. The value of `disabled` will disable ordering by row count. +|Controls the order in which the connector processes tables when it performs an initial snapshot. +Specify one of the following options: + +`descending`:: The connector snapshots tables in order, based on the number of rows from the highest to the lowest. +`ascending`:: The connector snapshots tables in order, based on the number of rows, from lowest to highest. +`disabled`:: The connector disregards row count when performing an initial snapshot. |===