On Tue, 2005-08-23 at 17:36 +0200, Steven Van Ingelgem wrote: > Hi, > > I just redid the speedtest.tcl-script in PHP > (http://www.karels0ft.be/tmp/speed_script.html). > > Can anyone check why the SQLite3's are so slow compared to SQLite2's ? > >
Most of the important SQLite3 times are faster than SQLite2's. What times are you specifically concerned about? Perhaps you are concerned about Test1 with SQLite3 set to no-sync. It appears that the no-sync is not working. I'll look into it. On the other hand, you should always leave synchronization enabled to prevent data loss after a power failure. So this is not a real high priority. -- D. Richard Hipp <[EMAIL PROTECTED]>

