opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

Use stats to create filters

Open joocer opened this issue 3 months ago • 0 comments

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.

joocer avatar Jul 27 '25 20:07 joocer