
Comparing the open source MySQL database server against the proprietary database server “MS SQL Server” fromMicrosoft.
Performance Comparison
The Transaction Processing Performance Council is an independent organization that specifies the typical transactions (transactions used in inventory control systems, airline reservation systems and banking systems) and some general rules these transactions should satisfy. The TPC produces benchmarks that measure transaction processing and database performance in terms of how many transactions a given system and database can perform per unit of time, e.g., transactions per second or transactions per minute.
As of June 2006, SQL Server 2000 holds the third position in the OLTP Test in price by performance results and MicrosoftSQL Server 2005×64 holds the first place. However MySQL does not participate in these tests, so it is difficult to make a head on comparison using TPC benchmarks. Read more
