Mark Sirek

Results 6 issues of Mark Sirek

Backport 1/1 commits from #80212. /cc @cockroachdb/release --- Fixes #79943 Previously, HoistProjectFromInnerJoin would explore joins with the right input projection pulled up to the parent of the join, no matter...

Backport 1/1 commits from #80212. /cc @cockroachdb/release --- Fixes #79943 Previously, HoistProjectFromInnerJoin would explore joins with the right input projection pulled up to the parent of the join, no matter...

**This commit adds the disable_hoist_projection_in_join_limitation session flag.** Release note: none opttester: support session settings in opt tests **This commit adds the `set` opttest flag which can be used to set...

Fixes #86790 This fixes sqlsmith errors caused by differences in the number of displayed digits right of the decimal place for `expression / 1` by making the folding of this...

Fixes https://github.com/cockroachlabs/support/issues/1453 and #77243 Previously, the optimizer did not explore plans which scan a non-covering index with no constraints, even if the index can provide a required ordering. This can...

do-not-merge

**Is your feature request related to a problem? Please describe.** #84689 improves the number of cases a sort is avoided for lookup join queries with ORDER BY on the lookup...

C-enhancement
T-sql-queries