Bulk insert optimize #265
andrefmsilva
started this conversation in
General
Replies: 1 comment 9 replies
-
|
i think i found the documentation, but i can't find how to get a prepared statement for better performance. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need to get maximum performance when i do some bulk insert.
How can i do something like this and get a prepared statement to execute? I need to use GRDB methods or sqlite-data has support for this?
(another optimisation is to disable foreign keys checks before the insert and enable it after)
Beta Was this translation helpful? Give feedback.
All reactions