go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Use `buffer.Pool` for `sql.Row` allocations

Open jycor opened this issue 5 months ago • 0 comments

This PR attempts to reduce memory allocation and garbage collection time by replacing sql.Row allocations with a buffer.Pool.

jycor avatar Jul 30 '25 18:07 jycor