You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
107133: opt: add EliminateConstValueSubquery normalization rule r=mgartner a=mgartner
The EliminateConstValueSubquery normalization rule replaces a subquery
with a constant value when the subquery's input is a single-rows,
single-column Values expression with a constant value. This enables
further optimization of the query.
Fixescockroachdb#104218
Release note (performance improvement): The optimizer now produces more
efficient query plans in some cases for queries with subqueries and
user-defined functions.
107312: server: increase timeout for application_api tests r=DrewKimball a=DrewKimball
This patch increase the timeout for the tests in the `application_api` package from `5m` to `15m`. Several of these tests have been flaking lately with timeouts.
Fixescockroachdb#107225Fixescockroachdb#107263Fixescockroachdb#107308
Release note: None
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments