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

perf: merge nested preload query when using join #6990

Merged
merged 2 commits into from Apr 25, 2024

Conversation

a631807682
Copy link
Member

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

close #6988

User Case Description

@a631807682 a631807682 changed the title pref: merge nested preload query when using join perf: merge nested preload query when using join Apr 24, 2024
@alexisvisco
Copy link
Contributor

Too fast incredible 👏

@jinzhu jinzhu merged commit 85299bf into go-gorm:master Apr 25, 2024
31 of 34 checks passed
@a631807682 a631807682 deleted the perf_join_preload branch April 26, 2024 01:20
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.

N+1 Queries with Joins("Company").Preload("Company.Addresses") on Addresses
3 participants