> I am working at porting sqlite ( ver 3.3.8 ) on an embedded device with
> extremely low main memory.
>
> I tried running select queries on the tables( with about 2k records each
> having about 5 strings) and they do well within 20kB of runtime heap
> usage.
>
> But, when I try new insertions, the heap usage grows tremendously (about
> 70 kB at peak).
Perhaps preparing the statements (sqlite3_prepare) might decrease RAM
use somewhat.
Can you post an example of your schema and these insert statements?
____________________________________________________________________________________Choose
the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------