Here are the slides for the talk given at Oracle Open world about MEB & OSB.
MySQL Enterprise Backup: Introduction and Working
with Oracle Secure Backup
Here are the slides for the talk given at Oracle Open world about MEB & OSB.
MySQL Enterprise Backup: Introduction and Working
with Oracle Secure Backup
I’ve been working on setting up mirrors on github of all our BZR branches. My first efforts that are at a suitable stage to share are mirrors of the Oracle MySQL trees. This is currently a snapshot of MySQL 5.1, 5.5 and 5.6 with all the tags preserved. I’ve managed to get GIT to compact down the repository to a mere 177MB on disk for all the history, which is rather impressive.
Go check it out: https://github.com/percona/mysql
This should be considered experimental and I may end up pushing up something better at some point soon – i.e. don’t rely on being able to merge later update (think rebase rather than merge).
The post Experimental Git mirror of Oracle MySQL trees appeared first on …
[Read more]Percona Server is still in RC state, while MariaDB, with its runaway version 10, is still in alpha state. Of these releases, Percona Server seems the one in the better shape. Their problem was to adapt Percona Server to the enhanced codebase for 5.6, and the merging problems were bigger than the ones encountered in 5.1 and 5.5. Percona Server is a business oriented fork. It includes specific features for …
[Read more]Send to Kindle
Na semana passada, durante o evento MySQL Connect, foi lançada a versão de testes do MySQL 5.7 (MySQL 5.7.2 DRM), dentre as novas funcionalidades, uma que chamou bastante a minha atenção foi a replicação de múltiplos masters (multi source replication). Atualmente o MySQL não possui uma funcionalidade oficialmente (build-in) , pode se conseguir esse resultado com alguns hacks, como, a cada x segundos executar um change master to no slave para ficar trocando de master, mas como o nome diz, isso é um “hack”.
Veja como configurar aqui
Não confundam muti source replication com multi master, veja as
figura abaixo para entender a diferença:
…
[Read more]Send to Kindle
Last week, durring MySQL Connect, MySQL 5.7.2 DMR was launched, one of the new functionality is the multi source replication. At the moment, MySQL can have only one master per slave (you can archive multi source replication via some hacks, but like the name says, it’s a hack).
See how to configure here
To clarify, there is a difference between multi-master replication and multi source replication, see the bellow pictures to understand the difference:
MySQL Multi Master Replication
Multi Master Replication – In the above picture,
we have 2 master’s and 1 slave, where, master 1 is master of
master 2, master 2 is master of …
In this post, I’ll provide an example USE Method-based performance checklist for FreeBSD, for identifying common bottlenecks and errors. This is intended to be used early in a performance investigation, before moving onto more time consuming methodologies. This should be helpful for anyone using FreeBSD, especially system administrators.
This was developed on FreeBSD 10.0 alpha, and focuses on tools shipped by default. With DTrace, I was able to create a few new one-liners to answer some metrics. See the notes below the tables.
Physical Resources
component | type | metric |
---|---|---|
CPU | utilization | system-wide: vmstat 1, “us” + “sy”; per-cpu: vmstat -P; per-process: top, … |
For when you want to add times greater than 839 hours.
CREATE FUNCTION ADDTIME_OLD(d datetime, t varchar(12))
RETURNS datetime
DETERMINISTIC
RETURN ADDTIME(
d + INTERVAL SUBSTRING_INDEX(t, ':', 1) HOUR,
CONCAT(IF(LEFT(t, 1) = '-', '-', ''), '00:', SUBSTRING_INDEX(t,
':', -2))
);
(Almost the same. I'm not going to figure out how to do the "you can use any delimiter you want" that MySQL supports.)
Thank you for attending MySQL Connect 2013.
The Saturday session 50 Tips for Boosting MySQL Performance [CON2655] was sold out. It shows the interest in practical recipes to solve performance problems. Maybe the topic of a book as suggested by the audience ?
On Monday, the tutorial Enhancing Productivity with MySQL 5.6 New Features [TUT8131] was less crowded due to MySQL 5.6 Replication Tips and Tricks [TUT8133] happening at the same time, again tips and tricks are more popular .
Here are the slides :
I’m now back home in Toronto, recovering from a very busy weekend at MySQL Connect.
This was my first MySQL Connect, and I really enjoyed it. It was great to be able to meet old friends from my MySQL AB days, but also meet some of the new faces that work on MySQL at Oracle. As Edward Screven mentioned in his keynote, the MySQL team is twice the size under Oracle that it was at Sun.
Some additional highlights for me: