opteryx
opteryx copied to clipboard
Use stats to create filters
I think we currently only create new filters when we have only a single blob to read (e.g. on an inner join when we know the join only matches values in both tables - if we know the min and max from the stats, we can create a filter on the read).
if we have stats for all of the blobs, we can probably do more here.