auto_adjust_block_count

(Microsoft SQL Server only) Determines whether or not Replication Agent should automatically adjust the log_read_block_count parameter if any part of a read is discarded.

Default

true

Value

true – enables automatic adjusting of the log read block count.

false – disables automatic adjusting of the log read block count.

Comments

  • The auto_adjust_block_count is relevant only if the log_read_block_count is configured to a value greater than 1.

  • Replication Agent never automatically adjusts to a block count greater than the block count specified by the log_read_block_count configuration parameter.