On Fri, Sep 6, 2013 at 8:39 PM, Jared Albers <jalb...@mymail.mines.edu>wrote:

> magnitude faster. The amount of data inserted into a row doesn't
> affect performance nearly as much as the amount of data used to
> describe a table name. This is the part I'm trying to understand.
>

Speculation: maybe you have passed some memory allocation length which
flips your system's memory allocator into another (less efficient) mode, or
some other such side-effect. By running your app through a profiler (i use
valgrind --tool=callgrind) you can find out where the app is actually
spending its time - maybe it's in other infrastructure.

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

Reply via email to