Hello,

 

I was try to to Read a Binary file in to the Sqlite Database using .NET. All
is working great however my binary file has about 10M record and Insert
query is only reading about 400-500 record per minute. This way it is going
to take lot of time to read the File. I am trying to use Dataset object in
.NET to do bulk upload. I use that Dataset method to upload about 70,000
records in to SQL server and it take 10-15 sec, but in Sqlite it is still
taking minutes to record that data.

 

Any idea how I can speed this up.

 

With Regards,

Sumit Gupta

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to