19 comments (19 comments)57 reactions (57 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
FeatureRequestProposalhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This issue does not include a description.
Contributor guide
- Research direction
- Investigate how to add bulk operation support in database/sql by studying the existing Exec and query interfaces, and review similar implementations in other languages (e.g., Python's executemany). Propose a design that batches queries to reduce wire round trips.
- Tech stack
- go
- Domain
- database
- Issue type
- Feature
- Prerequisites
- Go