タグ

mysqlとqpsに関するyassのブックマーク (2)

  • Testing MySQL 5.6.3 network performance improvements

    I'm excited to see the new features in MySQL 5.6.3. Replication enhancements such as parallel SQL threads, crash safe slave and binlog checksum have been desired for years. I really appreciate that MySQL development team has released 5.6.3 in timely manner. In this blog entry, I'd like to pick up one of my most favorite performance enhancements in MySQL 5.6.3: "network performance improvements". T

    Testing MySQL 5.6.3 network performance improvements
    yass
    yass 2014/09/20
    200k qps, 24core " These benchmarks are in-memory PK lookup from a remote client. Connections are persistent. "
  • DB KPI取得のススメ - 筋トレとともに生きるDBAの雑記

    まずそもそもKPIってなんやねん、と。 Key Performance Indicator 業績管理評価のための重要な指標 KPIとは【Key Performance Indicator】(重要業績評価指標) - 意味/解説/説明/定義 : IT用語辞典 用語的な意味はこんなとこですが、ここではざっくり「DB性能評価指標」と考えてください。 うちの会社では定常的にMySQLから情報を吸いあげて、これを蓄積しつつ性能管理に役立てています。 これをDB KPI管理なんて呼んでいます。 著作権が怪しいのでソースを載せるのは控えますが、延々とshow statusの60秒間の平均を取るスクリプトをdaemontoolsで回し続けています。 取得対象はCom_[insert|delete|update|select]、Innodb_rows_% (うちはInnoDBばかりなので) あたりです。 累積

    DB KPI取得のススメ - 筋トレとともに生きるDBAの雑記
    yass
    yass 2014/04/05
    " 取得対象はCom_[insert|delete|update|select]、Innodb_rows_% (うちはInnoDBばかりなので) あたりです。 累積値が取れるので、実行タイミングごとで差分を見てあげればいいですね。/ あとThreads_runningを「concurrency」として合わせて取得 "
  • 1