Very slow insert speed using sqlite's .import command line -


i'm trying import database around 4.5 million entries, 350 fields, , 2 indexes (i didn't design this) .csv sqlite database. of performance issues read people having involve not using batch transactions , various things imagined using sqlite command line import fast possible. yet i'm getting around ~150 inserts per second. there way speed somehow?

as far i've tried i've recreated table schema without 2 indices , i've tried setting pragma synchronous off based on recommendations read googling neither of these helped, still same inserts/minute.

for whatever reason first 5,000 inserts seem happen instantly after slows down around 150/second.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -