Simpler Bugzilla
Max Kanat-Alexander
mkanat at bugzilla.org
Sun Jul 27 01:31:19 UTC 2008
On Sat, 26 Jul 2008 10:25:13 -0600 Bill Barry <after.fallout at gmail.com>
wrote:
> The biggest problem with supporting sqlite is its concurrency model.
> Multiple connections can read at the same time, but only one
> connection can connect to the entire database (the whole db is write
> locked) when writing. That severely limits the number of concurrent
> users of Bugzilla.
That's fine. We wouldn't expect large installs to use SQLite,
we would tell them to use a real DB server.
> A better path for Bugzilla might be to work towards a completely
> abstracted migration/installation database library (DBMI? *note).
SQL::Translator, I have a bug filed about it somewhere.
-Max
More information about the developers
mailing list