You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the DB takes a lot of time right now. SQLite doesn't have bulk inserts, but it seems that using a transaction for bulk inserts might be faster?
Updating the DB takes a lot of time right now. SQLite doesn't have bulk inserts, but it seems that using a transaction for bulk inserts might be faster?
So maybe wrapping all the raw file inserts in a transaction would increase the update speed.
The text was updated successfully, but these errors were encountered: