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

mainstream the "baked" lazyloader #3954

Closed
sqlalchemy-bot opened this issue Apr 3, 2017 · 2 comments
Closed

mainstream the "baked" lazyloader #3954

sqlalchemy-bot opened this issue Apr 3, 2017 · 2 comments
Milestone

Comments

@sqlalchemy-bot
Copy link
Collaborator

Migrated issue, originally created by Michael Bayer (@zzzeek)

looking to use "baked" for the two "IN" loaders, this should be mainstreamed in LazyLoader as well. no issues have been reported over the past year so it's time to see if this really holds up.

@sqlalchemy-bot
Copy link
Collaborator Author

Michael Bayer (@zzzeek) wrote:

Use baked lazyloading by default

The lazy="select" loader strategy now makes used of the
:class:.BakedQuery query caching system in all cases. This
removes most overhead of generating a :class:.Query object and
running it into a :func:.select and then string SQL statement from
the process of lazy-loading related collections and objects. The
"baked" lazy loader has also been improved such that it can now
cache in most cases where query load options are used.

Change-Id: Ic96792fffaa045ae9aa0a4657d6d29235d3efb85
Fixes: #3954

b764431

@sqlalchemy-bot
Copy link
Collaborator Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant