MySQL Conference 2009 daily summary: Tuesday

Tuesday: day of the announcements and of numerous sessions. Busy day!

The day started with the State of the Dolphin by Karen Padir (Sun Microsystems). She threw in some announcement, among which were MySQL 5.4, MySQL Cluster 7.0, better release cycles (matching the Enterprise), better code import from the community. Anyway, there is already a lot of talk about that.

Later on, This is Not a Web App: The Evolution of a MySQL Deployment at Google, Mark Callaghan (Google) was a very interesting session, in which Mark described the needs for an enterprise database Google and (mysterious) others had, and the steps taken to modify MySQL in this direction. Mark explained the build & test process they use at Google, teased the MySQL Query Analyzer guys (“it’s amazing what you can do with sed & awk, actually”) – though expressed his appreciation of their work, and mentioned various contributors and collaborators. It was an interesting session, very wide in scope, I think.

The rest of my schedule for the day was:

MySQL and Search at Craigslist Jeremy Zawodny: a fast pace presented session, which described the growth challenges Craigslist were/are facing, and the MySQL solutions used. Jeremy spoke about the sphinx storage engine, and has discussed its many advantages. He also described the sharding solutions used and the master-slaves configurations.

Starring Sakila: Data Warehousing Explained, Illustrated, and Subtitled Roland Bouman, Matt Casters. In this presentation Roland explained the basics of data warehousing: he discussed the related buzzwords and then demonstrated, using the sakilla database, and example star schema building process. Matt took on from there to present the Kettle tool (and other kitchen stuff), and the way DWH can be graphically designed, and data generated. I was personally more interested in the first part, I have very little experience with DWH, and Roland did a good job of make a simple and clear enough starting point.

Rethinking MySQL, Enter Drizzle Brian Aker. That one was especially crowded. This was a session which presented Drizzle, the motivation behind it, what it consisted of, the decision making process, the community collaboration, the tools used in the project and more. It was a comprehensive “what drizzle is all about and what can be achieved with it” talk, and no doubt Brian Aker is a talented speaker, I’m not sure anyone were typing on their laptops during this talk…

The PBXT Storage Engine: Meeting Future Challenges Paul McCullagh. Another interesting talk! The creator of PBXT gave an overview of the storage engine, and discussed some of the internals. He let us peek into the developing process by presenting some of the latest performance improvements he made, and through that, discusses multi cores issues, SSDs and more. This takes me back to Mark Callaghan’s session that morning, in which he praised the InnoDB performance, code, developers, but then added: “I thought I had the fastest storage engine, but then I tested PBXT…”

Solving Common SQL Problems with the SeqEngine Beat Vontobel: the SeqEngine is an idea for a storage engine which generates sequences. A simplified, incomplete – yet surprisingly potent –  implementation was presented. Beat has discussed various problems which could be solved with the SeqEngine. What was really nice about it is that it does not actually store data, but generates it on the fly, and yet, as far as MySQL is concerned, has a full blown indexing implementation. Finding table holes; generating sample data; normalizing (<= 2NF) data were among the problems for which the SeqEngine provided solutions. I enjoyed this session very much. On one hand, it was a modest one (this is a small scale development, unlike the huge PBXT, Drizzle discussed earlier), and yet elegant. The problems presented were the common daily time consuming problems any DBA encounters, and so it was practical and to the point.

In between all these, there was the Expo, ice creams, T-shirts and many good talks and interesting people – the last being the major reason to attend the conference. I mean, apart from the ice cream.

I do hope to get to have some more chit chat during Wednesday.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.