presto
presto copied to clipboard
Enable logical property framework by default
#16413 introduced a framework for detecting and propagating logical properties in query plans that enable a set of optimizations
This is useful per se, but would also enable subsequent work (#17927, #20034) and additional PRs that are planned which will use this framework to improve cardinality estimates in the optimizer.
Propose setting "exploit_constraints = true" by default
CC: @mlyublena @feilong-liu @jaystarshot