Hi,

What CPU time consumption can I expect SQLite to keep under, from between
that I enter it (i.e. calling a sqlite3_* procedure such as sqlite3_exec ,
sqlite3_open , etc.), until (either of the respective two):

 * it returns OR a VFS procedure is called
 * it returns OR a VFS procedure is called OR a Application Defined Page
Cache procedure is called

and also from that I return the VFS/A.D.P.C. procedure until SQLite's next
call to a VFS/A.D.C.P, or from that I return the CFS/A.D.P.C. procedure
until the SQLite procedure returns, in normal and extraordinary situations?

What would cause extraordinary situations?

Also, does SQLite offer other callbacks which could be hooked or other
configuration options that could be used, to help SQLite to occupy as little
CPU time in a sequence as possible?

On a 2Ghz processor, I'd need something like <=5-10ms average with rare
peaks of 50ms.

Thanks,
Mikael
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to