Penguin

Differences between version 6 and previous revision of MySql.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Sunday, June 8, 2003 1:44:16 pm by CraigBox Revert
Older page: version 5 Last edited on Sunday, April 27, 2003 8:18:48 pm by CraigBox Revert
@@ -1,7 +1,7 @@
 MySQL is a quasi-[SQL] database management system ([RDBMS]). 
  
-It is small and fast for low loads. It lacks a lot of features that other databasen, noticably PostgreSql, offer. 
+It is small and fast for low loads. It lacks a lot of features that other databasen, noticably PostgreSql, offer. (PostgresVsMysql)  
  
 ; __When should I use MySQL?__ : When your primary concern is the speed of simple SELECT queries for few concurrent users. Even then PostgreSQL is getting much quicker at these. 
  
 ; __When should I not use MySQL?__ : When you think "It's only going to ever be a small web site...", and there's a chance it could grow into a big one. If at any point you think you might need to change to something else, start with that other system instead.