Archive for the ‘Sergei Golubchik’ Category

Monty Program will be at Percona Live London

Октябрь 12th, 2011

Its good to announce that Monty Program will have a presence at Percona Live London (October 24 & 25 2011), and we’re very excited about it. There will be two talks (no tutorials this time around):

  1. Sergei Golubchik will present on Pluggable Authentication in MySQL and MariaDB. I’ve seen Serg give tutorials to this effect, so expect a lot within half an hour!
  2. Colin Charles will present on Why MariaDB? which focuses on what new features are available today in MariaDB and how they benefit users.

Will we see you there? Registrations are still open and we would love to talk to you then.

Monty Program is also proud to be a sponsor of Percona Live London 2011, amongst many of our friends.


PlanetMySQL Voting: Vote UP / Vote DOWN

Monty Program will be at Percona Live London

Октябрь 12th, 2011

Its good to announce that Monty Program will have a presence at Percona Live London (October 24 & 25 2011), and we’re very excited about it. There will be two talks (no tutorials this time around):

  1. Sergei Golubchik will present on Pluggable Authentication in MySQL and MariaDB. I’ve seen Serg give tutorials to this effect, so expect a lot within half an hour!
  2. Colin Charles will present on Why MariaDB? which focuses on what new features are available today in MariaDB and how they benefit users.

Will we see you there? Registrations are still open and we would love to talk to you then.

Monty Program is also proud to be a sponsor of Percona Live London 2011, amongst many of our friends.


PlanetMySQL Voting: Vote UP / Vote DOWN

A review of MySQL 5.1 Plugin Development by Golubchik and Hutchings

Октябрь 11th, 2010

MySQL 5.1 Plugin Development

MySQL 5.1 Plugin Development

MySQL 5.1 Plugin Development, by Sergei Golubchik and Andrew Hutchings, Packt 2010. About 250 pages. (Here’s a link to the publisher’s site.)

This book is well worth reading for anyone interested in MySQL internals. I learned a lot from it. It is well-written and understandable. I cannot say that I’m planning to write storage engines or more advanced plugins, but I have a great many ideas how to improve MySQL, and I now understand more clearly which of those are suitable to write as plugins, and of what type of plugin is appropriate. I also think I have a better idea how much work these various ideas might involve.

The book begins with an orientation to building plugins on various platforms. Next it covers user-defined functions (UDFs). I have written UDFs, but that’s as far as I have gone with MySQL plugins. The rest of the book covers Daemon plugins, INFORMATION_SCHEMA plugins, full-text parser plugins, and storage engine plugins from basic to advanced. The last example is a nearly complete storage engine built on Tokyo Cabinet, with some pretty advanced functionality. It finishes with a quick overview of the types of plugins available in development and future versions of MySQL, and what’s possible in MariaDB.

The examples are full code listings, with paragraphs of text alternating with a few lines of code. It’s like reading a really well-commented C program, like reading InnoDB source, but with even more explanations. You can download everything you need to build and run the examples yourself — even the sample images used for demonstrating full-text search of EXIF data.

I enjoyed reading about what’s possible in MariaDB. I had not kept up-to-date with the work that’s being done there. If I were a storage engine developer, I’m sure I would appreciate what MariaDB has done. I would speculate that many of the people who’ve written in-house custom storage engines for their own businesses might find MariaDB interesting.

I think that anyone who is planning to modify the MySQL source code should read this book. It could save a lot of work and show easier ways to do things. I learned a lot about the MySQL source code that I have not gotten from other places. This one will go onto my list of essential books for MySQL users.

Related posts:

  1. A review of Understanding MySQL Internals by Sasha Pachev
  2. How Maatkit benefits from test-driven development
  3. A review of Pro MySQL (Kruckenberg and Pipes, Apress 2005)
  4. Four companies to sponsor Maatkit development
  5. A review of Get it Done with MySQL 5&6 by Peter Brawley and Arthur Fuller


PlanetMySQL Voting: Vote UP / Vote DOWN