Skip to content

Add READ UNCOMMITTED to schema queries#164

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/schema-query-isolation
Apr 6, 2026
Merged

Add READ UNCOMMITTED to schema queries#164
erikdarlingdata merged 1 commit intodevfrom
fix/schema-query-isolation

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Adds SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED to all three schema lookup queries (indexes, columns, object definition)
  • Prevents these metadata queries from blocking on busy servers

Test plan

  • Schema lookups still return correct results

🤖 Generated with Claude Code

Prevents schema lookup queries from blocking on busy servers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 45ef810 into dev Apr 6, 2026
2 checks passed
@erikdarlingdata erikdarlingdata deleted the fix/schema-query-isolation branch April 9, 2026 00:37
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.

1 participant