Update MySQL mention.
authorBruce Momjian
Sat, 4 Oct 2003 01:39:51 +0000 (01:39 +0000)
committerBruce Momjian
Sat, 4 Oct 2003 01:39:51 +0000 (01:39 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 032a3c8cb6d8e7556204ff547be84b59084b450d..4e243551fd6a3a6d96d6dd5af5ce40f04c7f2f68 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Sep 9 18:42:51 EDT 2003
+   Last updated: Fri Oct 3 21:39:47 EDT 2003
    
    Current maintainer: Bruce Momjian ([email protected])
    
           PostgreSQL has performance similar to other commercial and open
           source databases. it is faster for some things, slower for
           others. In comparison to MySQL or leaner database systems, we
-          are slower on inserts/updates because of transaction overhead.
-          Of course, MySQL does not have any of the features mentioned in
-          the Features section above. We are built for reliability and
-          features, though we continue to improve performance in every
-          release. There is an interesting Web page comparing PostgreSQL
-          to MySQL at http://openacs.org/philosophy/why-not-mysql.html
+          are faster for multiple users, complex queries, and a
+          read/write query load. MySQL is faster for SELECT queries done
+          by a few users. Of course, MySQL does not have any of the
+          features mentioned in the Features section above. We are built
+          for reliability and features, though we continue to improve
+          performance in every release. There is an interesting Web page
+          comparing PostgreSQL to MySQL at
+          http://openacs.org/philosophy/why-not-mysql.html
           
    Reliability
           We realize that a DBMS must be reliable, or it is worthless. We
index 68b27448b45532d38700c31d0d71d87c1d756933..289684452be3e06c4963dec095176f391ddf012b 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Tue Sep  9 18:42:51 EDT 2003

+    

Last updated: Fri Oct  3 21:39:47 EDT 2003

 
     

Current maintainer: Bruce Momjian (

       
PostgreSQL has performance similar to other commercial and
       open source databases. it is faster for some things, slower for
       others. In comparison to MySQL or leaner database systems, we are
-      slower on inserts/updates because of transaction overhead. Of
+      faster for multiple users, complex queries, and a read/write query
+      load.  MySQL is faster for SELECT queries done by a few users.  Of
       course, MySQL does not have any of the features mentioned in the
       Features section above. We are built for reliability and
       features, though we continue to improve performance in every