Skip to content

Conversation

@fqazi
Copy link
Collaborator

@fqazi fqazi commented Dec 22, 2025

Previously, when reducing deadlocks during table object creation and import, we inadvertently changed the execution order of transaction preamble queries. This caused databases and schemas to be sampled in a round-robin fashion rather than the original linear fashion.

This patch restores the original execution order so that we have comparable results to previous benchmark runs.

Fixes: #159008

Release note: None

Previously, when reducing deadlocks during table object creation and
import, we inadvertently changed the execution order of transaction
preamble queries. This caused databases and schemas to be sampled in a
round-robin fashion rather than the original linear fashion.

This patch restores the original execution order so that we have
comparable results to previous benchmark runs.

Fixes: cockroachdb#159008

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sql/catalog: investigate regresion in large-schema benchmark

2 participants