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

Add a setting for enabling iterator caching #263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danlamanna
Copy link
Contributor

Fixes #256

Description

This adds a setting to enable caching query results when they're generators.

Rationale

Caching iterators causes OOM errors as documented in #256 when using QuerySet.iterator for large result sets because of list coercion.

I defaulted this setting to False since I think that's less surprising behavior, but this does change the existing behavior, so it would be a breaking change. Let me know if I should invert it to cache iterators by default as it currently does.

@danlamanna
Copy link
Contributor Author

@Andrew-Chen-Wang Thoughts on this?

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.

Out of memory error when using queryset iterator
1 participant