The world's most popular open source database
USA - Toll Free: +1-866-221-0634
USA - From abroad: +1-208-327-6494
USA - Subscription Renewals: +1-866-221-0634
Latin America: +1 512 535 7751
UK: +44 845 399 1124
Ireland: +353 1 6919191
Germany: +49 89 420 95 98 95
France: +33 1 70 61 48 95
Sweden: +46 730 207 871
Benelux: +31 6 25003558
Italy: +39 06-99268193
Israel: +31 6 25003558
Spain & Portugal: + 34 933905461
Other EMEA countries: +353 1 6919191
Australia/NZ: +61 2 42314328
Asia Pacific: +81 3 5843 1140
"We've done two database reviews in which we considered other open source and proprietary databases, and MySQL has come out on top both times," said Brian Aker, senior architect at Slashdot. "It's a nice, fast database, the maintenance costs are low, and very little hardware goes a long way with MySQL."
Slashdot utilizes four MySQL databases: a four-gigabyte, four-CPU primary database that performs most of the data reads and writes, another for replication, one for static content and another for back-up. MySQL handles about 360 queries per second, running on Intel hardware with the Linux operating system. "I have been using MySQL for a number of years, and I continue to be amazed at how well it scales, noted Aker.
The table handler InnoDB, now offered as a standard feature on the MySQL server, including full support of transactions, row-level locking and crash recovery, has been extremely useful to Slashdot. "We've done lots of work with InnoDB tables," said Aker. "It's been a great addition to MySQL, and it's very easy. And because many of the same performance-tuning tricks work with InnoDB and popular proprietary databases, it's easy to switch to MySQL from a database like Oracle."

