Xaprb

Stay curious!

Archive for the ‘SQL’ Category

MyISAM quote of the day

with 6 comments

Seen in #maatkit on Freenode:

I never realized just how terrible recovering MyISAM from a crash can be

Sad but true — it can be pretty painful. This is one of the reasons I pretty much recommend InnoDB (okay, okay, XtraDB) for most data unless it’s read-only.

Written by Xaprb

June 18th, 2009 at 5:03 pm

Posted in SQL

Tagged with , , ,

OpenSQL Camp 2009 plans announced

without comments

I’m happy that Lenz Grimmer and Giuseppe Maxia have organized an OpenSQL Camp event in Germany in August. Hooray!

Written by Xaprb

June 9th, 2009 at 8:33 am

Xtrabackup is for InnoDB tables too, not just XtraDB

with one comment

Just thought it was worth pointing out that Percona Xtrabackup is not just for XtraDB. It works great for InnoDB tables, too.

So if mysqldump can’t handle it anymore, LVM snapshots kill your server and you don’t want to buy proprietary backup software, you might take a look at Xtrabackup.

Written by Xaprb

June 8th, 2009 at 1:45 pm

Posted in SQL

Tagged with , ,