Re: [sqlite] using precompiled queries and turning off sql parser at compile time

2006-12-05 Thread John Stanton
Youm need to contact Dr Hipp about that. I understand he has a special embedded version of sqlite which omits the compiler and uses pre-compiled VDBE code to reduce the footprint. Kalyani Tummala wrote: Hi, In one of the group mails I have read about precompiled queries to improve the perfor

[sqlite] using precompiled queries and turning off sql parser at compile time

2006-12-05 Thread Kalyani Tummala
Hi, In one of the group mails I have read about precompiled queries to improve the performance and reduce the foot print size and also heap size. In my application I have some fixed set of queries. Can some one point me to the sections of code that I can manipulate to do the same? Is it possible t