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

Further optimizations for get_delta_stats with Ray #4

Closed
rkenmi opened this issue Dec 10, 2021 · 0 comments
Closed

Further optimizations for get_delta_stats with Ray #4

rkenmi opened this issue Dec 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rkenmi
Copy link
Member

rkenmi commented Dec 10, 2021

for file_idx, manifest in enumerate(delta.manifest.entries):
entry_pyarrow_table: LocalTable = deltacat_storage.download_delta_manifest_entry(delta, file_idx)

A single Ray task sequentially downloading delta manifests with a large number of manifest entries may take more time to complete, as opposed to having a single Ray task handle the download for a specific manifest entry by file index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant