Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang database/sql scan has some performace problems #251

Closed
ZonghaoWang opened this issue Feb 1, 2020 · 3 comments
Closed

golang database/sql scan has some performace problems #251

ZonghaoWang opened this issue Feb 1, 2020 · 3 comments
Assignees

Comments

@ZonghaoWang
Copy link

lib/pq#771

@ZonghaoWang
Copy link
Author

scan to a int32 may cost 300us

@kshvakov
Copy link
Collaborator

kshvakov commented Feb 1, 2020

Hi, I know golang/go#22544. The only solution is to create a driver that can work without a database/sql package

@kshvakov kshvakov self-assigned this Jan 13, 2022
@kshvakov kshvakov added the v2 label Jan 13, 2022
@kshvakov
Copy link
Collaborator

Fixed in V2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants