Switch to parquet. Use WRITE ORDERED BY.
Modify DDL so that we use parquet, to leverage its footer statistics. Additionally, make sure that we WRITE ORDERED BY so that the parquet files are globally sorted. This helps tremendously at query planning to discard files.
Bug: T340863