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
Post a Comment