(Anders Karlsson) A few days ago, I posted a blog on monitoring MySQL Cluster / NDB with the aid of MyQuery accessing the ndbinfo tables. Now, there are more ways than that to query the status of MySQL Cluster / NDB, you can use the MGMAPI, which is the low level API used to monitor and manage a NDB
Tag: Open Source
Top 10 Security Tips for MySQL
(Chris Schneider) Security is a crucial part of any database system and MySQL is no different! There are very specific techniques a database administrator can use to protect their MySQL installation. Below is a TOP 10 list with what I believe are the top security tips for MySQL database administrato
MySQL versus MongoDB – fetch by secondary index
(Mark Callaghan) This continues the silly benchmark series and compares performance from concurrent clients that fetch by secondary key. The previous post compared fetch by primary key. The test setup was the same as before.
Keeping up with High Availability – Automating MySQL Failovers
(Chris Schneider) Automating failover situations can benefit an organization along with the database administrator who is on call. This article discusses how to setup Keepalived and how it may help in automated failovers for a Multi-Master MySQL cluster.
MySQL Cluster users – Check out MyQuery 3.3.2
(Anders Karlsson) In MyQuery 3.3, where I just released version 3.3.2 which includes some MySQL Cluster NB specific fixes, there is some support for accessing MySQL Cluster / NDB beyond what is available as ndbinfo table and such things. MyQuery is a Windows based MySQL GUI, if you didn’t know that
Exploring mk-table-checksum
(Jay Janssen) I recently started exploring the wonders of mk-table-checksum after spending too long dismissing the magic-like maatkit toolkit. What follows is not an exhaustive treatment of mk-table-checksum, but just an overview and some things I had to learn by trying the tool out.
mycheckpoint (rev. 190): HTTP server; interactive charts
(Shlomi Noach) Revision 190 of mycheckpoint, a MySQL monitoring solution, has been released. New and updated in this revision:
UDF -vs- MySQL Stored Function
(Aurimas Mikalauskas) Few days ago I was working on a case where we needed to modify a lot of data before pushing it to sphinx – MySQL did not have a function to do the thing so I thought I’ll write MySQL Stored Function and we’ll be good to go. It worked! But not so well really – building the […]
Identifying and Eliminating the Dreaded Cartesian Product
(Rob Gravelle) Cartesian Products usually don’t provide useful information and often result in mistakes that can hurt your database developer career. Learn to spot Cartesian Joins and banish them from your SELECT queries forever.
Resolve many-to-many relations a bit different with MySQL
(Robert Eisele) In database modeling, a m:n relationship is usually resolved by an additional table. But what if this relation is used only for archiving and the number of links in the resulting table is not too high? In that context, I got the idea to store all referring ID’s as CSV string directly
