Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
objstorageprovider: reuse buf from pooled remoteHandle
During heavy reads of remote files, the `r.buffered.data = make([]byte, length)` line was observed to account for more than half of CRDB's total space allocations.
- Loading branch information