Re: [sqlite] multiple queries, one thread

2006-03-19 Thread Tim Larson
On Sun, Mar 19, 2006 at 06:40:51AM -0500, [EMAIL PROTECTED] wrote: > Tim Larson <[EMAIL PROTECTED]> wrote: > > I did not find anything that lets us do work specifically > > during the time spans when sqlite is waiting on the disk drive > > Most of the disk drive wait time is spent inside the fsyn

Re: [sqlite] multiple queries, one thread

2006-03-19 Thread drh
Tim Larson <[EMAIL PROTECTED]> wrote: > I did not find anything that lets us do work specifically > during the time spans when sqlite is waiting on the disk drive Most of the disk drive wait time is spent inside the fsync() or FlushFileBuffers() system calls. There is no way to have the same thr