]> granicus.if.org Git - postgresql/commitdiff
Update MySQL mention.
authorBruce Momjian <bruce@momjian.us>
Sat, 4 Oct 2003 01:39:51 +0000 (01:39 +0000)
committerBruce Momjian <bruce@momjian.us>
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 (pgman@candle.pha.pa.us)
    
           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">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Tue Sep  9 18:42:51 EDT 2003</P>
+    <P>Last updated: Fri Oct  3 21:39:47 EDT 2003</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
       <DD>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
       <I>Features</I> section above. We are built for reliability and
       features, though we continue to improve performance in every