Skip to content

[database/sql] At least 32 bytes of garbage allocated per column #192

Open
@bradfitz

Description

@bradfitz

This is not a go-sql-driver/mysql bug report, but a bug report against database/sql and database/sql/driver itself.

I filed the master bug here:

https://code.google.com/p/go/issues/detail?id=6918

... which is that even with sql.RawBytes, the design of database/sql and database/sql/driver requires garbage to be allocated per column.

This bug is about adding support for *driver.Sink which I hope to add to database/sql in Go 1.3.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions