Replies: 1 comment 2 replies
-
You can just optimize parts of the table only .. either using partitions specifically or with a where condition - https://trino.io/docs/current/connector/iceberg.html#optimize |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Trino to optimize Iceberg tables, my table data exceeded 5 billion rows. Since Iceberg's optimization feature does not enable disk swapping, the optimization fails due to insufficient memory. Is there a solution?
I noticed that Spark also has optimization failures when there are many small files in Iceberg.
Beta Was this translation helpful? Give feedback.
All reactions