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

Bulk insert API #190

Closed
wants to merge 2 commits into from
Closed

Bulk insert API #190

wants to merge 2 commits into from

Conversation

ncruces
Copy link
Owner

@ncruces ncruces commented Nov 29, 2024

Fixes #162.

@ncruces
Copy link
Owner Author

ncruces commented Nov 29, 2024

This is ~20% faster for many small rows, much slower for many huge rows.
There are still some copies to be removed, see how much that improves things.

@ncruces
Copy link
Owner Author

ncruces commented Dec 4, 2024

Couldn't get this to beat generic forms of batching in go-sqlite-bench.
So withdrawn.

@ncruces ncruces closed this Dec 4, 2024
@ncruces ncruces deleted the bulk branch December 4, 2024 17:09
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

Successfully merging this pull request may close these issues.

Bulk insert API
1 participant