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

Make RelationalModel lazy #33650

Merged
merged 1 commit into from May 1, 2024
Merged

Make RelationalModel lazy #33650

merged 1 commit into from May 1, 2024

Conversation

AndriySvyryd
Copy link
Member

This fixes the regression introduced in #33642

Part of #33483

@AndriySvyryd AndriySvyryd requested a review from a team May 1, 2024 06:33
@ajcvickers
Copy link
Member

@AndriySvyryd Does this have any impact on time-to-first-query? I'm assuming it doesn't, since the relational model still needs to be fully loaded before the query can execute.

@AndriySvyryd
Copy link
Member Author

@AndriySvyryd Does this have any impact on time-to-first-query? I'm assuming it doesn't, since the relational model still needs to be fully loaded before the query can execute.

In the typical case there should be no noticeable difference compared to 8.0

@AndriySvyryd AndriySvyryd merged commit 9527e8a into main May 1, 2024
7 checks passed
@AndriySvyryd AndriySvyryd deleted the Issue33483 branch May 1, 2024 19:16
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.

None yet

2 participants