We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832df54 commit 5c6e5c8Copy full SHA for 5c6e5c8
doc/src/FAQ.html
@@ -447,7 +447,9 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
447
doesn't have any of the features mentioned in the <I>Features</I>
448
section above. We are built for flexibility and features, though we
449
continue to improve performance through profiling and source code
450
-analysis.<BR><BR>
+analysis. There is an interesting web page comparing us to MySQL at
451
+<a href="http://openacs.org/why-not-mysql.html">
452
+http://openacs.org/why-not-mysql.html</a><BR><BR>
453
454
We handle each user connection by creating a Unix process. Backend
455
processes share data buffers and locking information. With multiple
0 commit comments