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

housekeeping leverage paging in order to prevent memory issues #40

Closed
patduin opened this issue Dec 7, 2018 · 0 comments
Closed

housekeeping leverage paging in order to prevent memory issues #40

patduin opened this issue Dec 7, 2018 · 0 comments
Assignees

Comments

@patduin
Copy link
Contributor

patduin commented Dec 7, 2018

Houskeeping fetches all objects that are eligable for deletion in one big query. Normally this is fine but for certain usecases this can put some demand on the memory constraints. Better to use a paged quey and fetch the object in batches from the database.

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

No branches or pull requests

1 participant