But having Transaaction to hold 10M records in memory, well not sure if that
help ?

Sumit

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Stephan Beal
Sent: 12 August 2011 17:44
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Bulk Insert

On Fri, Aug 12, 2011 at 2:09 PM, Sumit Gupta <gamersu...@gmail.com> wrote:

> query is only reading about 400-500 record per minute. This way it is
going
>

If you are not currently using a transaction to wrap the whole import, add a
transaction and the speed will improve a great deal.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to