Despite a bad economy and switching testing partners, MySQL
certifications were up 48% in 2009. Most of the growth was from
the new hands-on DBA 5.1 exam with the multiple choice exams
gaining roughly 10 percent. The only exception was the Associates
certification which actually decreased slightly.
Congratulations to all of you how earned a certification in 2009
and thank you for your support of MySQL.
In a follow-up experiment to an earlier post on TokuDB recovery times, I tried to create a better apples-to-apples comparison to InnoDB recovery time. If I measure recovery times when both DBs are doing the same amount of work, TokuDB requires only 2s to recover from a crash, compared to 1020s for InnoDB.
Background
In the first experiment, I compared recovery times when both storage engines (TokuDB and InnoDB) were inserting at maximum rates. In that experiment, following a power cord pull and server restart, TokuDB recovered in 501s, InnoDB in 18505s. In …
[Read more]
Join us for this informative Italian technical webinar with
Gabriele Columbro at Alfresco Software and me at MySQL.
We will explore the benefits of an open source Collaborative
Content Management stack based on Alfresco and MySQL.
This webinar describes how Alfresco Share offers a great
experience for team collaboration and will detail use case
examples of organisation who have adopted Alfresco Share as a
collaboration platform for coordinating with distributed teams,
clients and business partners.
Alfresco delivers the collaborative features of SharePoint but
runs on an open source stack and comes embedded MySQL as the
default database. MySQL is the world's most popular open source
database at the heart of many Enterprise Content Management
solutions.
The presentation will be approximately 45 minutes long followed
by Q&A. Register …
I ran into an interesting issue when installing Wordpress on my re-installed server, I could not get a database connection during installation. I added some debugging and discovered that I had a "Can't connect to MySQL server on" error returned after the call to mysql_connect() in PHP.
To check the source of the issue I then tried to connect on the command-line using the mysql client, which occurred successfully, confirming that I was using the correct credentials and host address (this was a remote MySQL server).
I next created a test PHP script with a simple mysql_connect() call, and executed it with "php test.php" from the command-line, which was also successful.
Finally I accessed test.php through a browser, where again the connection failed.
So I was dealing with a situation where it was Apache in particular that was unable to connect to the remote MySQL server. Thanks to …
[Read more]Regular visitors to the 451 CAOS Theory blog will be well aware of The 451 Group’s CAOS (Commercial Adoption of Open Source) research service and our CAOS long-form reports.
They are probably less aware of the open source coverage that The 451 Group provides on a day-to-day and week-to-week basis, however, and I thought it would be worthwhile to provide some examples of The 451 Group’s ongoing open source coverage by highlighting a few recent reports.
The company’s core services are 451 Market Insight Service, which delivers daily insight into emerging enterprise IT markets, and 451 TechDealmaker, a forward-looking weekly …
[Read more]
To continue fun with FusionIO cards, I wanted to check how MySQL
/ InnoDB performs here. For benchmark I took MySQL 5.1.42 with
built-in InnoDB, InnoDB-plugin 1.0.6, and XtraDB 1.0.6-9 ( InnoDB
with Percona patches).
As benchmark engine I used tpcc-mysql with 1000 warehouses (
which gives around 90GB of data + indexes) on my workhourse Dell
PowerEdge R900 ( details about box ).
On storage configuration: FusionIO 160GB SLC and 320GB MLC cards are configured in software RAID0 to store InnoDB datafiles. For InnoDB logs and system tablespace I used partition on regular RAID10 with regular hard drives, here I followed Yoshinori Matsunobu's recommendations http://yoshinorimatsunobu.blogspot.com/2009/05/tables-on-ssd-redobinlogsystem.html …
[Read more]The MySQL Users Conference and Expo 2010 scheduled for April 12 - 15, 2010 in Santa Clara is definitely a conference I highly recommend you attend if you can. The insights, networking and knowledge gained is invaluable. The fantastic dynamics of the open source community has to be experienced to be understood. :)
I've been pretty quiet lately, because I'm in a transitional period. After 10 years on documentation for Oracle Database and other enterprise server products, I'm switching to the InnoDB group that already works with MySQL. New development environments, new customers, it's an exciting time!A decade seems to be the right timeframe for me. It was 10 years at IBM before that. Check back in 2019, I'm
|
|
On January 15th I will be in Sydney, Au, on my way to Wellington, New Zealand. I will be at the MySQL User Group, hosted at the Sydney Mechanics’ School of Arts at 5.30pm. I will talk about testing complex database systems with MySQL Sandbox. The meeting is open to all. If you want to attend, please register at the Sydney MySQL User Group meetup page. |
Check out how Linden Labs, creators of the popular game Second Life, upgraded their MySQL database. The MySQL they use? Straight out of Debian! Of course, now, they’re running with the Percona patchset, against MySQL 5.0.84. Definitely a good read.
Its good to see Lars post about contributing to the MySQL replication & backup codebase. It sounds like the replication & backup team have decided that mentoring is the way to go – you get a “coach developer” if the idea is accepted. I like this very much, and sincerely hope it spreads to the rest of the server; it will help decentralise …
[Read more]