Tag: Open Source

Community

Power of MySQL Storage Engines

(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

Community

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

Community

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

Community

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

Community

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