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

Reduce filesystem accesses in delta connector #23329

Merged
merged 4 commits into from
Sep 8, 2024

Conversation

raunaqmorarka
Copy link
Member

@raunaqmorarka raunaqmorarka commented Sep 7, 2024

Description

Avoid multiple filesystem accesses for reading deletion vector.
Avoid multiple small read requests on delta checkpoints.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Delta
* Reduce filesystem accesses when reading from delta tables. ({issue}`23329`)

@cla-bot cla-bot bot added the cla-signed label Sep 7, 2024
@github-actions github-actions bot added iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector labels Sep 7, 2024
Use a tracing wrapper on external FS to track any FS calls made by cache implementations.
Removed redudant tracking of external FS calls from cache implementations.
Updated tests for tracing FS calls to be closer to reality.
@raunaqmorarka
Copy link
Member Author

Test failure related to #23080

@raunaqmorarka raunaqmorarka merged commit c101104 into trinodb:master Sep 8, 2024
65 of 66 checks passed
@raunaqmorarka raunaqmorarka deleted the delta-dv-fs branch September 8, 2024 05:33
@github-actions github-actions bot added this to the 458 milestone Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector iceberg Iceberg connector performance
Development

Successfully merging this pull request may close these issues.

2 participants