You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148014: sql: skip inverted indexes in show fingerprints r=jeffswenson a=jeffswenson
SHOW EXPERIMENTAL_FINGERPRINTS is used by the DR team to validate tables
replicated via logical replication. It validates indexes by crafting a
SQL query that forces the use of the index via hints. This doesn't work
for inverted indexes, since each row can have multiple entries in the
inverted index. This PR changes the fingerprinting logic so that it
ignores the incompatible indexes instead of failing to execute.
Release note: none
Informs: CRDB-44094
Co-authored-by: Jeff Swenson <[email protected]>
0 commit comments