go-mysql-server
go-mysql-server copied to clipboard
Use `buffer.Pool` for `sql.Row` allocations
This PR attempts to reduce memory allocation and garbage collection time by replacing sql.Row allocations with a buffer.Pool.