The different table format compactions & it's impact in conversion #565
Shekharrajak
started this conversation in
General
Replies: 2 comments 1 reply
|
@Shekharrajak currently there is no support for translating the log files or delete vectors from one format to another. There is any open issue though that you can follow for updates: #339 Can you elaborate on what you mean by compaction here? I am more used to the compaction from Hudi. |
0 replies
|
@the-other-tim-brown , For example Iceberg have different methods to improve the performance by maintening the table data files, snapshots and other metadata : https://iceberg.apache.org/docs/1.6.1/maintenance/ - this can be done by owner of iceberg table independently that can cause the conversion of iceberg to hudi (let's say) - since we have changed the data files, metadata, expired the snapshot or other details. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Have anybody tested the compaction for different table format and how it will be handled. There could be multiple scenerios :
Open for more discussions, ideas and how it behaves in these scenerios.
All reactions