(Peter Zaitsev) Where does real power of MySQL Storage Engines, and pluggable storage engines as MySQL 5.1 lays ? It is very much advertised this allows third parties to create their own storage engines and we can see solutions as Solid and PBXT . Plus there is Falcon storage engine being developed
Tag: Open Source
Introducing MySQL Duplicate Key Checker
(Xaprb) I’ve just released MySQL Duplicate Key Checker on SourceForge. This is a complete rewrite of a tool I initially released under a slightly different name. It is now much more powerful and friendlier to use, especially for scripting, and has many more options.
A Look at the PBXT Storage Engine
(Robin Schumacher) Every now and then I get a big reminder of how great it is to be a part of the open source way of doing things. Having a strong community of MySQL lovers who use the free and open source MySQL database server and pay MySQL AB with code contributions and bug reports is truly a grea
System size and Performance Optimization
(Peter Zaitsev) Performance optimization is never ending story, you can virtually always find something else to optimize but while on generic system, not tuned by expert you often can get significant performance increase in the matter of hours further performance improvements become more and more ti
Introducing MySQL Table Checksum
(Xaprb) MySQL Table Checksum is a tool to help you verify the contents of any MySQL table in any storage engine. You can use it to compare tables across many servers at once. The output is friendly and easy to use, both by eyeball and in UNIX command-line scripts. The provided MySQL Checksum Filter
How to find out if an outer join was converted to inner
(Sergey Petrunia) After this post I’ve got a question how one can tell if his outer join was converted to inner. You can find it out by looking at the warning generated by EXPLAIN EXTENDED.
MySQL Multi-Master Replication
(Patrick Galbraith) I have put on the hat of a MySQL user, a customer, as opposed to a developer (Federated Storage Engine, DBD::mysql) these last couple months with my new employer, Grazr. One of the things we need is a whole replication set-up, with read-only slaves, and write masters. Thats maste
Nested outer joins
(Sergey Petrunia) Below is MySQL’s nested outer joins optimization cheat sheet.
Analyzing complex queries
(Jan Kneschke) When you ask someone how to optimize SQL queries you will always get the answer –enable the slow query log –set the long-query-time to 1-2 seconds –enable the logging of query which aren’t using an index –run EXPLAIN on the queries that are shown and optimize them with
Understanding the Falcon Transaction Storage Engine – Part 3
(Robin Schumacher) In Part 1 of this article series, we looked at how the Falcon transactional storage engine was architected and how it compared to some of the other MySQL storage engines. Part 2 covered how Falcon handles transaction management and concurrency. In this final article in the series,
