Default Column Compare Modes for Comparisons

A comparison uses a set of options to compare tables defined in a compareset.

Use the default_column_compare_mode configuration option to set the default column comparison option for a comparison. This configuration option is not used, if you explicitly define all column compare modes when you create the comparison.

The default column compare mode for compareset key columns is literal, regardless of the column type.

All compareset non-key columns default to the default_column_compare_mode value.

Rules that apply to select the default column compare mode for compareset non-key columns:

When the default_column_compare_mode configuration option is row_hash or column_hash, and the hash_type comparison option is set to database_hash, a different set of rules apply. See Database Hash and Default Column Compare Modes.

Related concepts
Comparison and Reconciliation Strategies
Related reference
config