ie im loading 1000 files.

first rows it is even speeding up the initial speed - 25 files / sec -
speeds up to the 30 files/ sec in 50 files.
then is starts to slow down evenly (regular slow down for some number of
files) until 2 files/ sec at the end - 1000 files.

every next time it looks the same :   
"first rows it is even speeding up the initial speed - 25 files / sec -
speeds up to the 30 files/ sec in 50 files.
then is starts to slow down evenly (regular slow down for some number of
files) until 2 files/ sec at the end - 1000 files."



Nico Williams wrote:
> 
> On Fri, Nov 11, 2011 at 2:38 PM, yqpl <y...@poczta.onet.pl> wrote:
>> yes still slows down.
> 
> Can you characterize it?  All index inserts should slow down somewhat
> as the index grows since lookup and insertion will be O(logN)
> operations for b-trees, but also as your indexes grow larger than
> available memory you'll notice dramatic slow downs.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/inserts%2C-performance%2C-file-lock...-tp32814772p32831712.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to