Re: [sqlite] how to switch to asynchronous mode?

2004-03-17 Thread Chris Sebrell
ng the table. If you're using the database in single user mode, that shouldn't be an issue. // CHRIS - Original Message - From: "boysen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 9:50 AM Subject: [sqlite] how to switch to asy

[sqlite] how to switch to asynchronous mode?

2004-03-17 Thread boysen
Hi, I just converted a DB from Oracle to SQLite and am now trying to improve the performance. On the performance comparison page of the sqlite.org website I read about an asynchronous mode, which performed faster in many cases. How can I switch SQLite to asynchronous mode? Thanks in advance,