MySQL Weekly

毎週月曜朝10時ころ更新、1週間のMySQL情報をまとめます

Update for last week (2020-08-10 ~ 2020-08-16)

MySQL Weeklyでは1週間ごとにMySQLのrelease-note, bug, official blog, organizationによるblog, 個人のblogをまとめ紹介しています。 更新は月曜 10時(AM)です。先週一週間のMySQL関連の更新を再確認するのにご活用ください。

また、このブログ記事はGitHub上で管理されていますMySQL-weekly repository。Issue, pull-request歓迎です。(完全に同期できているわけではありません)

Release note

(https://dev.mysql.com/doc/relnotes/mysql/8.0/en/)

  • Nothing

Bugs

基本的にMySQL Server, 5.7以上のbug fixのみまとめます

  1. serverity >= S5(Performance)でupdatedでdesc sort、結果の今週分
  2. Status == ClosedID#でdesc sort、結果の今週分を見る

Bug #100537 Performance degradation caused by monitoring sys.innodb_lock_waits in MySQL 8.0

  • 8.0でsys.innodb_lock_waitsテーブル(view)をmonitoringしていると、それが原因で性能劣化するケースがあるという報告
  • 5.7や8.0でこのmonitoringをしないと大きな問題はない

Bug #100512 adaptive hash index(AHI) building causing contention on btr_search_latches

  • Adaptive Hash Index(AHI)のlatchによって返ってパフォーマンスが落ちるケースがあるという報告
  • sysbench-oltp-readonlyでの実験

Bug #100483 engine condition pushdown is not indicated in EXPLAIN

  • ECPがEXPLAINの結果に表示されないという報告
  • WARPストレージエンジンの開発者からの報告

Organization blogs

Personal blogs


このブログ記事はGitHub上で管理されていますMySQL-weekly repository。Issue, pull-request歓迎です。(完全に同期できているわけではありません)