Skip to content

Conversation

@akansha1812
Copy link
Contributor

feat: run worksteal listing parallel to sequential listing
Dataflux fast-listing leverages worksteal algorithm to quickly list objects in a bucket by running several parallel processes. Worksteal algorithm splits a given namespace into multiple ranges for multiple workers(goroutines) to list objects in gcs bucket in parallel.

Adding logic to list next page in worksteal listing and basic unit tests that uses storage/emulator.

Fixes #10731

@akansha1812 akansha1812 requested review from a team as code owners October 8, 2024 19:30
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Oct 8, 2024
Copy link
Contributor

@BrennaEpp BrennaEpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks for the changes

Copy link
Contributor

@BrennaEpp BrennaEpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@BrennaEpp BrennaEpp enabled auto-merge (squash) November 25, 2024 18:04
@BrennaEpp BrennaEpp merged commit 3005f5a into googleapis:main Nov 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

storage: implement dataflux fast listing

2 participants