Open bianhq opened 1 year ago
Currently, filtering on string columns is much slower than that in Presto and Trino.
Filters should be pushed down into the column readers so that for dictionary-encoded string columns, we can filter before decoding.
Currently, filtering on string columns is much slower than that in Presto and Trino.