cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

logical: Add the EXCLUDED_USER_COLUMNS option to SHOW EXPERIMENTAL_FI…

Open navsetlur opened this issue 1 year ago • 1 comments

…NGERPRINT

Currently tables used for logical data replication can't be fingerprinted as they contain a column crdb_replication_origin_timestamp which will vary based on the internal MVCC timestamp. Adding an option to SHOW EXPERIMENTAL FINGERPRINT will allow LDR tables to be fingerprinted by excluding the replication column. A follow up will use this to verify tables in LDR roachtests

Release note: none Fixes: https://github.com/cockroachdb/cockroach/issues/129497

navsetlur avatar Aug 28 '24 01:08 navsetlur

This change is Reviewable

cockroach-teamcity avatar Aug 28 '24 01:08 cockroach-teamcity

TFTR bors r=msbutler

navsetlur avatar Aug 29 '24 18:08 navsetlur