roachtest: foreign key validation #34597
Labels
A-schema-changes
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
We need a roachtest for the performance and correctness of foreign key validation.
It would be straightforward to add a validation step to an existing roachtest (possibly the
schemachange
one), but we might still have problems with long-running schema change transactions getting stuck, even with the recent performance improvement in #34365. So we may have to start off with a smaller-scale roachtest, and scale up only after making the necessary changes to do the validation query in a separate transaction.The text was updated successfully, but these errors were encountered: