Statistics Likes 1 Downloads 1 Comments 0 Embed Views 0 Views on SlideShare 166 Total Views 166 MHAを検証して導入した話 Presentation Transcript ~育休開け検証第一弾~ MHA とは MHA とは MySQL のマスタ障害時に最新のスレーブをマスタとして他の... 続きを読む
Tuesday, May 7, 2013 MySQL 5.6 versus 4.0 for a read-only workload I compared the performance of MySQL 5.6.11 versus 4.0.30 using a read-only workload with sysbench. Performance was much better for 5.6.11 in most cases. At low-concurrency MyS... 続きを読む
2013年5月1日水曜日 MySQL5.6とMySQL5.0のレプリケーションでI/OスレッドがError: 2049 MySQL5.6をスレーブに、old_passwords = 1なMySQL5.0をマスターにしてレプリケーションを組もうとすると、 mysql56> show slave status\G *************************** 1. ... 続きを読む
MySQL scalability depends on getting many things right including the architecture, hardware, operating system, MySQL version, MySQL configuration, schema design and indexing, and query design. To avoid having any one of them become the bottle... 続きを読む
2013-05-01 MySQLは立ち止まらない・・・MySQL 5.7開発版登場! まだMySQL 5.6が登場して興奮冷めやらぬところだが、MySQLの開発チームはその手綱を緩めることはない。次期バージョンの開発版であるMySQL 5.7.1がすでに登場している。MySQLの開発リリースモデル... 続きを読む
4/17 に日本オラクルで開催された MySQL Casual #04 で話して来ました。 当日のスライドは以下になります。 http://xaicron.github.io/mysqlcasual-04/ ちょいとまだ作り始めたばっかりで微妙なところも多々あるんですが、mysqlenv のレポジトリは以下になりま... 続きを読む
mysqlcasualマスタN対スレーブ1レプリケーション については、 vol.2、 vol.3 で話したことに加えて、 pt-online-schema-change と相性悪いという話をしました。同じ内容だけど、少しずつ加えてるのですよ。ただ、これだけだとあまりに内容が薄いので、もう一本... 続きを読む
Percona Server for MySQL version 5.5.30-30.2Percona is glad to announce the release of Percona Server for MySQL 5.5.30-30.2 on April 10, 2013 (Downloads are available here and from the Percona Software Repositories). Based on MySQL 5.5.30, in... 続きを読む
Wednesday, April 3, 2013 MySQL thread pool and scalability examples Nice article about SimCity outage and ways to defend databases: http://www.mysqlperformanceblog.com/2013/03/16/simcity-outages-traffic-control-and-thread-pool-for-mysql/ The ... 続きを読む
Wednesday, April 3, 2013 MySQL thread pool and scalability examples Nice article about SimCity outage and ways to defend databases: http://www.mysqlperformanceblog.com/2013/03/16/simcity-outages-traffic-control-and-thread-pool-for-mysql/ The ... 続きを読む
Wednesday, April 3, 2013 MySQL 5.6: an incomplete guide to avoiding performance regressions I spent more time looking at the performance regressions in MySQL 5.6 for single-threaded read-only workloads and I can get 5.6 closer to 5.1 by disab... 続きを読む
今日同僚がCentOS6系+MySQL5.6でGrowthForecastを構築している時に、なぜかgrowthforecastを起動してもエラーになる問題が発生した。正しくinstallも出来ており、MySQLの権限とかも問題無い。ただし、なぜか一部のテーブルは作成されているけど、一部のテーブル... 続きを読む
A common practice to offload traffic from MySQL 5.6 is to use a caching layer to store expensive result sets or objects. Some typical use cases include:Complicated query result set (search results, recent users, recent posts, etc)Full page o... 続きを読む
Wednesday, March 27, 2013 Q4M now supports MySQL 5.5 / 5.6, an advisory to 0.9.7, 0.9.8 users Q4M is a message queue implemented as a pluggable storage engine of MySQL. Thanks to the helps from @laysakura; and @kamipo I have finally added to ... 続きを読む
A new Percona Toolkit series has been released: Percona Toolkit 2.2 for MySQL 5.6. Several months in the making and many new features, changes, and improvements make this a great new series. It replaces the 2.1 series for which we plan to do ... 続きを読む
2013/03/23 Chiba.pm #2の資料です。 辞書首っ引きで書いたので英語はかなりテキトーです。 日本語に直そうとしたら機械翻訳っぽくなったのでやめました。 Introduction to XtraDB Cluster Presentation Transcript XtraDB Cluster Chiba.pm #2 at 2013/03/23 y... 続きを読む
Percona is glad to announce the release of Percona XtraBackup 2.0.6 on March 20, 2013. Downloads are available from our download site here and Percona Software Repositories.This release is the current GA (Generally Available) stable release i... 続きを読む
2013-03-19 mk(pt)-query-digestをもっと活用しよう! もはやこれが無くては障害対応ができないぐらい中毒になっているmk-query-digestさんについてです。 mk-query-digest - Analyze query execution logs and generate a query report, filter, replay, or tr... 続きを読む
For this post I’m going to shamelessly exploit the litany of technical problems SimCity players encountered earlier this month and a few examples of how Thread Pool for MySQL and Percona Server for MySQL can help to prevent such incidents.Us... 続きを読む
というわけで、MyNA(日本MySQLユーザ会)会 2013年3月に参加して発表をしてきました。とてもリラックスして話をすることができました。司会進行の坂井さんをはじめ日本MySQLユーザ会のみなさま、日本オラクルのみなさま、当日お越しいただいたみなさま、どうもあ... 続きを読む