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

Reply via email to