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 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 to detach the parser altogether and come up with a
wrapper to handle specific queries? 

 


Thank you in advance.

 


Kalyani


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
[EMAIL PROTECTED]
**





-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[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 to detach the parser altogether and come up with a
wrapper to handle specific queries? 

 

Thank you in advance.

 

Kalyani


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
[EMAIL PROTECTED]
**