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
29077: backport-2.1: storage,kv: remove some allocations r=jordanlewis a=jordanlewis
Backport 1/1 commits from #29075.
/cc @cockroachdb/release
---
Guard an expensive log.V in a log.ExpensiveLogEnabled.
Pass roachpb.Lease by value in one situation in which allocating it is
pointless.
cc @benesch
This seems to improve read-only kv performance by almost 5%!
Release note: None
29103: release-2.1: base: make TestValidateAddrs portable r=knz a=knz
Backport 1/1 commits from #29101.
/cc @cockroachdb/release
---
On (at least) osx the port name resolution error is different. This patch
modifies the test to catch that.
Release note: None
29121: release-2.1: opt: fix LookupJoinDef interning, add tests r=RaduBerinde a=RaduBerinde
Backport 1/1 commits from #29117.
/cc @cockroachdb/release
---
Fixing an omission I noticed in internLookupJoinDef and adding missing
tests for interning defs.
Release note: None
Co-authored-by: Jordan Lewis <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
0 commit comments