Posted on 27/4/2013, 1:28 am, by Colin Charles, under
MariaDB,
MySQL.
Together with Sergei Petrunia, we talked about MariaDB Cassandra Interoperability. Sergei has done wonderful work here and I plan to showcase more Cassandra integration going forward. It’s worth noting that Elena came up with the benchmarks for this talk as well.
Later, I gave a talk on MHA. Competing in a timeslot with Team Facebook‘s Q&A, I was surprised that we had a relatively good turnout in the talk. There were some interesting questions. I found many people still using MMM in production.
Posted on 26/4/2013, 9:49 am, by Colin Charles, under
MariaDB,
MySQL.
While we won’t be able to present an in-depth overview of MariaDB 10.0 & the project at the SkySQL Solutions Day, we did so at Percona Live Santa Clara 2013. Here are slides from our talk. We did a little show between Monty & me. Good thing we were right before lunch because we over-ran in terms of Q&A for quite some time.
Posted on 24/4/2013, 7:42 am, by Colin Charles, under
MariaDB,
MySQL.
Continuing on from yesterday, the biggest news that I’ve noted in the past 24 hours:
- The commitment from Oracle’s MySQL team to release a new GA about once every 24 months, with a Developer Milestone Release (DMR), with “GA quality” every 4-6 months. Tomas Ulin announced MySQL 5.7 DMR1 (milestone 11) [download, release notes, manual]. He also announced MySQL Cluster 7.3 DMR2 [download, article]. Needless to say, 5.7’s code isn’t pushed yet to lp:mysql-server/5.7. Of notable mention were the statistics around MySQL 5.6 of worklogs, bugs fixed, etc.
- The MySQL Applier for Hadoop which uses the binlog API to stream to HDFS.
- The media was all over the SkySQL-Monty Program merger, so today its just links: TechCrunch, ZDNet, ArsTechnica, Wall Street Journal (WSJ), PC World, The H, and in one of my favourite newspapers, The Financial Times (FT).
Did I miss any other important announcements/news bits?
Posted on 23/4/2013, 7:14 am, by Colin Charles, under
MariaDB,
MySQL.
For me, the biggest news in the last 24 hours so far has been:
- SkySQL merges with Monty Program, developers of MariaDB. This of course affects me directly and leads to a change in affiliation in a few months.
- TokuDB goes opensource. I think this is really big news. Beyond just the fact that it can now be a storage engine in the main MariaDB tree, I love the work they’re doing to extend it to be an engine for MongoDB as well.
- Continuent Tungsten Replicator is now 100% opensource. Now you can extract data in real-time from Oracle, so think of this as Golden Gate without a price. I like this move.
- Wikipedia adopts MariaDB. Again, this is important and its also important that we have the MariaDB Foundation in place.
I expect a lot more interesting news to happen in the next 24-hours, so lets see if I wake up at 4am to postulate tomorrow.
Posted on 12/4/2013, 8:08 am, by Colin Charles, under
MariaDB,
MySQL.
I’m planning my calendar and thought I’d share what talks I’d be giving in Santa Clara in a couple of weeks for the Percona Live MySQL Conference & Expo 2013 and the MySQL & Cloud Database Solutions Day 2013. Its going to be a busy April 22-26 2013.
- MariaDB Cassandra Interoperability with Sergei Petrunia on 23 April 1:20pm – 2:10pm @ Ballroom D
- MariaDB BoF on 23 April 6:00pm – 7:00pm @ Ballroom F
- MariaDB 10.0 & What’s New With The Project with Monty Widenius on 24 April 11:10am – 12:00pm @ Ballroom C
- MHA: Getting started & moving past the quirks on 25 April 1:50pm – 2:40pm @ Ballroom B
- Why MariaDB, and what is new? panel with Rasmus Johansson, Sergei Gobubchik, Ivan Zoratti at 9.30am on 26 April
- MariaDB Galera Cluster Overview with Henrik Ingo, Max Mether at 11.15am on 26 April
- MySQL and Cassandra Integration with Sergei Petrunia at 1pm on 26 April
Come along, use code SponsorSQL to get a 15% discount to Percona Live. The SkySQL Cloud day on the 26th is completely FREE so register now!
Posted on 15/3/2013, 11:24 am, by Colin Charles, under
MariaDB,
MySQL.
This is just for testing purposes, but you might want to play around with MariaDB 5.5.29 coming via the CentOS 6 repositories as mentioned in this post. Please test it out and report bugs if required. The process was simple on a fresh install:
yum update
cd /etc/yum.repos.d/
wget http://dev.centos.org/centos/6/mariadb/mariadb.repo
yum list mariadb\*
yum install mariadb-server mariadb
/etc/init.d/mysqld start
That’s it, it just works. It comes with MEMORY, CSV, MRG_MYISAM, BLACKHOLE, MyISAM, PERFORMANCE_SCHEMA, ARCHIVE, FEDERATED, InnoDB (XtraDB) and Aria.
Remember this replaces mysql-libs, and is set to replace MySQL in your install. Here’s hoping it hits mainline CentOS soon.