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 a pager to iterate through a GCS bucket #75

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fpetkovski
Copy link
Contributor

Iterating through a GCS bucket can be resource intensive, especially when doing it recursively for all objects in the bucket.

This commit tries to resolve that by using a pager with a fixed page size and reusing a single slice to process results.

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Verification

Iterating through a GCS bucket can be resource intensive, especially
when doing it recursively for all objects in the bucket.

This commit tries to resolve that by using a pager with a fixed page
size and reusing a single slice to process results.

Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
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.

None yet

1 participant