On 1/10/06, Molle Bestefich <[EMAIL PROTECTED]> wrote: > > > Unfortunately it uses SQLite, which may not be able to effectively > > handle the huge needs of wine's bug tracking. It says they will try > > implement support for other sql servers in later versions, but > > currently it doesn't. > > Bull... > There are commercial products out there that handle millions of > records of data per hour running on SQLite. I can't quite imagine > what you're afraid of. >
In my experience SQLite has been several times slower than a well-configured MySQL server when dealing with large record sets, complex table structures and blob data. Maybe the newer versions of SQLite have improved on this though. n0dalus.