1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update FAQ.

This commit is contained in:
Bruce Momjian
2000-05-02 21:57:59 +00:00
parent 832df546f5
commit 5c6e5c887a

View File

@ -447,7 +447,9 @@ inserts/updates because we have transaction overhead. Of course, MySQL
doesn't have any of the features mentioned in the <I>Features</I> doesn't have any of the features mentioned in the <I>Features</I>
section above. We are built for flexibility and features, though we section above. We are built for flexibility and features, though we
continue to improve performance through profiling and source code continue to improve performance through profiling and source code
analysis.<BR><BR> analysis. There is an interesting web page comparing us to MySQL at
<a href="http://openacs.org/why-not-mysql.html">
http://openacs.org/why-not-mysql.html</a><BR><BR>
We handle each user connection by creating a Unix process. Backend We handle each user connection by creating a Unix process. Backend
processes share data buffers and locking information. With multiple processes share data buffers and locking information. With multiple