presto icon indicating copy to clipboard operation
presto copied to clipboard

Enable logical property framework by default

Open ClarenceThreepwood opened this issue 1 year ago • 1 comments

#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

ClarenceThreepwood avatar Feb 20 '24 19:02 ClarenceThreepwood

CC: @mlyublena @feilong-liu @jaystarshot

tdcmeehan avatar Feb 21 '24 17:02 tdcmeehan