DBZ-5714 Incorporate PR feedback

This commit is contained in:
Bob Roldan 2022-10-20 17:03:44 -04:00 committed by Jiri Pechanec
parent ef6588adf2
commit 61a4240d06

View File

@ -2096,12 +2096,9 @@ The following configuration properties are _required_ unless a default value is
|[[sqlserver-property-tasks-max]]<<sqlserver-property-tasks-max, `+tasks.max+`>>
|`1`
|Specifies the maximum number of tasks to create for this connector.
The default value is acceptable when you use the connector with a single database.
If xref:sqlserver-property-database-names[`database.names`] is configured with multiple entries, so that the connector captures data from more than one logical database, increase the `tasks.max` value to enable the connector to distribute work.
Set the value to a number that is greater than the number of logical databases to permit the connector to launch a unique task to read from each logical database.
|Specifies the maximum number of tasks that the connector can use to capture data from the database instance.
If the xref:sqlserver-property-database-names[`database.names`] list contains more than one element, increase the value of this property to a number less than or equal to the number of elements in the `database.names` list.
you can improve performance by to use a separate task for each database
|[[sqlserver-property-database-hostname]]<<sqlserver-property-database-hostname, `+database.hostname+`>>
|No default
|IP address or hostname of the SQL Server database server.