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

fix(sqllab): Inefficient SqlaTable query (#24343) #24344

Merged
merged 1 commit into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. fix(sqllab): Inefficient SqlaTable query (apache#24343)

    Use a combination of lazyload and load_only to ensure sqlalchemy doesn't
    eagerly join to additional tables, which was happening in a very
    inefficient way for a large number of tables and resulting in this
    endpoint never returning (in addition to high db load)
    giftig committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bb5d308 View commit details
    Browse the repository at this point in the history