sql: remove anonymous function allocation isPausiblePortal
(0.15% cpu)
#135943
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
o-perf-efficiency
Related to performance efficiency
P-2
Issues/test failures with a fix SLA of 3 months
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
We can move the
portal != nil
check into theisPausible
method rather than allocating an anonymous function on the heap here:Jira issue: CRDB-44799
Epic CRDB-42584
The text was updated successfully, but these errors were encountered: