6a7b1e20e70c0ba8e6bb7a42d52512d9437cd75b oltp_read_only on reference roachprod cluster.
The problem here is that we have to allocate because we're using interfaces. See also https://github.com/cockroachdb/cockroach/issues/135905 - hopefully some refactoring or use of generics or in the worst case pooling can remove these classes of allocations from the SQL foundations codebase entirely.
6a7b1e20e70c0ba8e6bb7a42d52512d9437cd75b oltp_read_only on reference roachprod cluster.
The problem here is that we have to allocate because we're using interfaces. See also https://github.com/cockroachdb/cockroach/issues/135905 - hopefully some refactoring or use of generics or in the worst case pooling can remove these classes of allocations from the SQL foundations codebase entirely.
Source:
/pkg/sql/schema_resolver.go#L165-L173
This seems easily pooled.
Epic: CRDB-42584
Jira issue: CRDB-44788