Skip to content

feat(perf): replace sqlalchmey.inspect with direct probe#672

Open
michael-johnston wants to merge 1 commit intomainfrom
maj_replace_inspect
Open

feat(perf): replace sqlalchmey.inspect with direct probe#672
michael-johnston wants to merge 1 commit intomainfrom
maj_replace_inspect

Conversation

@michael-johnston
Copy link
Member

Profiling shows using sqlalchemy.inspect to probe table existence is 3x more expensive (750ms locally) than a direct SQL probe (250ms).

Profiling shows using sqlalchemy.inspect to probe table existence is 3x more expensive (750ms locally) than a direct SQL probe (250ms).
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