Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport: Add subject filters in schema relation delete to force use of the index #2132

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

vroldanbet
Copy link
Contributor

This should allow for much faster queries under the transaction. We observed some customers reporting timeouts when writting a new schema and dropping a relation because it ended up in full table scans.

@vroldanbet vroldanbet requested a review from a team as a code owner November 13, 2024 18:59
@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Nov 13, 2024
@vroldanbet vroldanbet force-pushed the backport-1.37-rel-drop-index-fix branch from 92d52f3 to e6b934a Compare November 13, 2024 19:06
@vroldanbet vroldanbet self-assigned this Nov 13, 2024
This should allow for much faster queries under the transaction. We
observed some customers reporting timeouts when writting a new
schema and dropping a relation because it ended up in full table
scans.
@vroldanbet vroldanbet force-pushed the backport-1.37-rel-drop-index-fix branch from e6b934a to ce97da9 Compare November 13, 2024 19:11
@vroldanbet vroldanbet merged commit c8716bc into release-v1.37 Nov 13, 2024
21 of 22 checks passed
@vroldanbet vroldanbet deleted the backport-1.37-rel-drop-index-fix branch November 13, 2024 19:30
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants