From: Bruce Momjian Date: Tue, 2 May 2000 21:57:59 +0000 (+0000) Subject: Update FAQ. X-Git-Tag: REL7_0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c6e5c887a2a0a528340e89fe1ad874705765d6e;p=thirdparty%2Fpostgresql.git Update FAQ. --- diff --git a/doc/src/FAQ.html b/doc/src/FAQ.html index be57a3a5f77..c9bb355cf0e 100644 --- a/doc/src/FAQ.html +++ b/doc/src/FAQ.html @@ -447,7 +447,9 @@ inserts/updates because we have transaction overhead. Of course, MySQL doesn't have any of the features mentioned in the Features section above. We are built for flexibility and features, though we continue to improve performance through profiling and source code -analysis.

+analysis. There is an interesting web page comparing us to MySQL at + +http://openacs.org/why-not-mysql.html

We handle each user connection by creating a Unix process. Backend processes share data buffers and locking information. With multiple