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

Implement rolling manifest-writers #596

Open
Fokko opened this issue Apr 10, 2024 · 1 comment
Open

Implement rolling manifest-writers #596

Fokko opened this issue Apr 10, 2024 · 1 comment

Comments

@Fokko
Copy link
Contributor

Fokko commented Apr 10, 2024

Feature Request / Improvement

Once we get support for merge-append #363 operations, and also compaction in the future, it would be good to have rolling-manifest writers that open a new file once the manifest gets to a certain size (both bytes and number of entries). This makes sure that Iceberg tables have decent parallelization when doing query planning.

@felixscherz
Copy link
Contributor

Hi, I would like to give this a shot if no one else is currently working on this:)
I see the java implementation has a RollingManifestWriter so I'd start there.

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

No branches or pull requests

2 participants