You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to open a discussion on the best methods for maintaining Iceberg tables. I’m interested in your use cases and perspectives on the following options:
Implementing a scheduled job using Spark Iceberg table APIs to handle retention, deletion of orphan files, and compaction.
Using a scheduled job with Java Iceberg table APIs for retention, orphan file deletion, and compaction.
Comparing the MOR (Merge on Read) versus COW (Copy on Write) update strategies and their respective impacts.
Looking forward to your insights!
The text was updated successfully, but these errors were encountered:
Query engine
Spark, EMR
Question
Hello Team,
I’d like to open a discussion on the best methods for maintaining Iceberg tables. I’m interested in your use cases and perspectives on the following options:
Looking forward to your insights!
The text was updated successfully, but these errors were encountered: