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'm performing compaction for my Iceberg table and Trino doesn't parallelize well. I see short spikes of high parallelization followed by a single worker working most of the time.
My table is rather skewed. I have a few partitions with many small files that require compaction, while most of the partitions are well compacted.
I would have expected Trino to parallelize the compaction, but is it possible that it doesn't parallelize between partitions?
(I'm using mostly default configuration. And my table is sorted)
EDIT: I'm not sure it even parallelizes between partitions, as even though I have several partitions that require significant compaction I see no more than a single worker working on the compaction.