Skip to content

Draft: Use manifest file caching for Iceberg#20862

Closed
findinpath wants to merge 1 commit intotrinodb:masterfrom
findinpath:findinpath/iceberg-manifest-file-caching
Closed

Draft: Use manifest file caching for Iceberg#20862
findinpath wants to merge 1 commit intotrinodb:masterfrom
findinpath:findinpath/iceberg-manifest-file-caching

Conversation

@findinpath
Copy link
Copy Markdown
Contributor

Description

PoC to see whether the internal manifest file caching feature from Iceberg could be used in Trino.

At the time of this writing, the main limitation in Trino to use this feature is that each time a storage operation is done, a new ForwardingFileIo instance is being created, while the CONTENT_CACHES static field from Iceberg awaits the same FileIO instance to retrieve a certain content cache.

https://github.com/apache/iceberg/blob/6a3b2d7c153412b01c746debb018c544516f2bbd/core/src/main/java/org/apache/iceberg/ManifestFiles.java#L73-L79

Additional context and related issues

apache/iceberg#4518

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.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed iceberg Iceberg connector

Development

Successfully merging this pull request may close these issues.

1 participant