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

Roll up bulk inserts into a transaction #3

Open
DarrenN opened this issue Sep 6, 2017 · 0 comments
Open

Roll up bulk inserts into a transaction #3

DarrenN opened this issue Sep 6, 2017 · 0 comments
Assignees

Comments

@DarrenN
Copy link
Owner

DarrenN commented Sep 6, 2017

SQLite is much more efficient when bulk inserts are in a transaction: https://stackoverflow.com/questions/1711631/improve-insert-per-second-performance-of-sqlite

Get up to speed on transactions: http://docs.racket-lang.org/db/query-api.html?q=Sqlite#%28def._%28%28lib._db%2Fbase..rkt%29._start-transaction%29%29

@DarrenN DarrenN self-assigned this Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant