by Tokutek | Apr 25, 2013 | MySQL
We wanted to thank everyone for naming Tokutek the Corporate Contributor of the Year 2013 for ongoing contribution to the MySQL community. The MySQL Community Awards are given annually to the people and companies that support the MySQL ecosystem. The MySQL Community...
by Tokutek | Apr 25, 2013 | MySQL
Thanks to all of those who came to the lightning talks this evening. A special thanks to Erin Grace O’Malley O’Neill for the great performance. Thanks also to @NuoDB and @geobdz (whose photo is below) for tweets. Stay tuned for the video as well…. MySQL...
by Aleksandr Kuzminsky | Apr 25, 2013 | Insight for DBAs, MySQL
After nearly every recovery case the same question arises: How many MySQL records were recovered and how many were lost. Until now there was no way to answer the question without manual investigation. As it turned out a small change can make a big difference. There...
by Zardosht.Kasheff | Apr 24, 2013 | MySQL
Since we announced that TokuDB is now open source, there has been a lot of positive feedback (thanks!) and also some questions about the details. I want to take this opportunity to give a quick high level guide to describe what our repositories on Github are. Here are...
by Vadim Tkachenko | Apr 24, 2013 | MySQL, Percona Software
I was excited to see that TokuDB for MySQL from Tokutek is now open source. I believe this is a great technology and it was a significant restriction on the adoption when it was distributed only in a binary format with a proprietary license. So I went and built...
by Ignacio Nin | Apr 24, 2013 | MySQL, Percona Software
In our last 5.5 series release of Percona Server, we included a regression in the RPM packaging that prevented the server from restarting following an upgrade — instead, the server would remain stopped after the upgrade was completed regardless of its state...
by Tokutek | Apr 23, 2013 | MySQL
I enjoyed Stewart Smith’s MySQL storage engine blog last week. In it he noted “I cannot emphasize how much more interesting TokuDB would be if it were open source.” Well, with our open source announcement yesterday, hopefully we are getting...
by Roman Vynar | Apr 23, 2013 | Percona Events, Percona Software
Percona is glad to announce the release of Percona Monitoring Plugins 1.0.3 for MySQL — high-quality components to add enterprise-grade MySQL monitoring and graphing capabilities to your existing in-house, on-premises monitoring solutions. The components are...
by Fernando Ipar | Apr 23, 2013 | MySQL
I had the chance to work on an interesting case last week, and I thought I’d share what I think is a little known goodie from Percona Toolkit for MySQL called pt-query-digest. One customer was suffering from periods of high load on their database server, leading...
by Hrvoje Matijakovic | Apr 22, 2013 | MySQL
Percona is glad to announce the release of Percona XtraBackup 2.1.0 for MySQL beta on April 22, 2013. Downloads are available from our download site here. For this BETA release, we will not be making APT and YUM repositories available, just base deb and RPM packages...
by Martin.FarachColton | Apr 22, 2013 | MySQL
Every few months, I get the fun job of announcing what’s new in TokuDB®, but this time is special. With Version 7, TokuDB for MySQL and MariaDB is going open source. The free Community Edition is fully functional and fully performant. It has all the compression...
by Tokutek | Apr 22, 2013 | MySQL
/products/
by Aleksandr Kuzminsky | Apr 22, 2013 | Insight for DBAs, MySQL
To recover a dropped or corrupt table with Percona Data Recovery Tool for InnoDB you need two things: media with records(ibdata1, *.ibd, disk image, etc.) and a table structure. Indeed, there is no information about the table structure in an InnoDB page. Normally we...
by Hrvoje Matijakovic | Apr 19, 2013 | MySQL, Percona Software
Percona is glad to announce the release of Percona Server 5.1.68 -14.6 on April 19, 2013 (downloads are available here and from the Percona Software Repositories). Based on MySQL 5.1.68, including all the bug fixes in it, Percona Server 5.1.68-14.6, a MySQL...
by Yves Trudeau | Apr 19, 2013 | Hardware and Storage, Insight for DBAs, MySQL
Swapping has always been something bad for MySQL performance but it is even more important for HA systems. It is so important to avoid swapping with HA that NDB cluster basically forbids calling malloc after the startup phase and hence its rather complex...
by Peter Boros | Apr 18, 2013 | Insight for DBAs, MySQL
This blog post is part two of two. Like part one, published Wednesday, this is a cross-post from Groupon’s engineering blog. Thanks again to Kyle Oppenheim at Groupon. In my last post, I described a solution for keeping the caches of a MySQL standby server hot...
by Stephane Combaudon | Apr 17, 2013 | Insight for DBAs, MySQL
It’s not uncommon to promote a server from slave to master. One of the key things to protect your data integrity is to make sure that the promoted slave is permanently disconnected from its old master. If not, it may get writes from the old master, which can...
by Hrvoje Matijakovic | Apr 17, 2013 | MySQL, Percona Software
Percona is glad to announce the release of Percona XtraDB Cluster 5.5.30-23.7.4 for MySQL on April 17, 2013. Binaries are available from the downloads area or from our software repositories. New Features: Percona XtraDB Cluster has implemented initial implementation...
by Peter Boros | Apr 16, 2013 | Insight for DBAs, Insight for Developers, MySQL, Percona Software
Today’s blog post diving into the waters of the MySQL buffer pool is a cross-post from Groupon’s engineering blog, and is Part 1 of 2. Thank you to Kyle Oppenheim at Groupon for contributing to this project and post. We’ll be posting Part 2 on...
by Vadim Tkachenko | Apr 16, 2013 | Benchmarks, Hardware and Storage, MySQL
The Micron P320h SSD is an SLC-based PCIe solid-state storage device which claims to provide the highest read throughput of any server-grade SSD, and at Micron’s request, I recently took some time to put the card through its paces, and the numbers are indeed...