]> granicus.if.org Git - postgresql/commitdiff
Update performance section.
authorBruce Momjian <bruce@momjian.us>
Tue, 11 Jun 2002 10:29:54 +0000 (10:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 11 Jun 2002 10:29:54 +0000 (10:29 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 5d07fff7e7e12873ca2c5a22e76f8178bd1d46bf..d16bae5a68c1c2e7c6c79693f226f388ff255a28 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Jun 10 22:22:31 EDT 2002
+   Last updated: Tue Jun 11 06:29:44 EDT 2002
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
    Performance
           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 we have transaction overhead.
+          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
index 2f4a0e6a5a433aae0077d82362e1ff7fed23181e..3ade961eec87e532387958996c36e38d739a7b8e 100644 (file)
@@ -14,7 +14,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Mon Jun 10 22:22:31 EDT 2002</P>
+    <P>Last updated: Tue Jun 11 06:29:44 EDT 2002</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.
-      <BR>
-      In comparison to MySQL or leaner database systems, we are slower
-      on inserts/updates because we have transaction overhead. Of
+      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
       <I>Features</I> section above. We are built for reliability and
       features, though we continue to improve performance in every