0120-33-9096
03-5717-5033 (携帯電話用)
【電話受付時間】
平日 9:00-11:45、13:00-17:00
MySQL の新しいリリース、技術情報、イベントなどの情報が記載されています。
毎月発行される MySQL ニュースレターを購読しませんか?
"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."
