http://bugzilla.spamassassin.org/show_bug.cgi?id=3771





------- Additional Comments From [EMAIL PROTECTED]  2004-09-11 00:15 -------
hmm - We use PostgreSQL extensively here, and our major reason for this is
reliability and features.
Most of the "slowness" of PostgreSQl in these tests comes from the fact that the
SQL.pm Module is written with autocommiting/single statement actions in mind and
that MySQL is an extremely nicefast database for these update-heavy-not-too-much
concurrency-with-autocommit benchmarks.
I think it's worthwhile to improve PostgreSQL support because it's one of the
major OSS RDBMS and because enhancing the code with transaction-support can make
it much more robust(there a quite a few places in the current code where a
single statement failure can create an inconsistent database).




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to