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

Use peewee iterator in loaders #1495

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

pylipp
Copy link
Contributor

@pylipp pylipp commented Aug 29, 2024

cf. http://docs.peewee-orm.com/en/latest/peewee/querying.html#iterating-over-large-result-sets

To reduce the amount of memory used by peewee when iterating over a
query, use the iterator() method. This method allows you to iterate
without caching each model returned, using much less memory when
iterating over large result sets.

pylipp added 2 commits August 29, 2024 15:50
cf. http://docs.peewee-orm.com/en/latest/peewee/querying.html#iterating-over-large-result-sets

> To reduce the amount of memory used by peewee when iterating over a
> query, use the iterator() method. This method allows you to iterate
> without caching each model returned, using much less memory when
> iterating over large result sets.
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