Re: SQL Servers Vs mySQL
From: Todd Burry (tburry_at_nospam.com)
Date: 04/14/04
- Next message: Nuno Pereira: "Error in ODBC Connection HELP"
- Previous message: Ron Hinds: "Re: UPDATE server_table INNER JOIN local_table"
- In reply to: Jacky Luk: "SQL Servers Vs mySQL"
- Next in thread: Michael Otey: "Re: SQL Servers Vs mySQL"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 21:18:02 -0700
It is my understanding that if you use the MyISAM table type with MySQL
that it performs faster than SQL Server and is pretty much the fastest
database server out there. Both databases are reliable, but do note that
the MyISAM table type does not offer transactional support. If you use
one of the other table types with MySQL then you will get performance
more on par with SQL Server.
MySQL does not as of yet offer stored procedure support which may be of
concern to you, but if you do look into MySQL I recommend you look into
GROUP_CONCAT, REPLACE, and LIMIT which are statements not supported by
SQL Server, but are very useful.
Hope this helps a bit even though I don't have any site comparisons.
- Next message: Nuno Pereira: "Error in ODBC Connection HELP"
- Previous message: Ron Hinds: "Re: UPDATE server_table INNER JOIN local_table"
- In reply to: Jacky Luk: "SQL Servers Vs mySQL"
- Next in thread: Michael Otey: "Re: SQL Servers Vs mySQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|