Skip to content

Instantly share code, notes, and snippets.

@y2468101216
Created August 21, 2017 08:57
Show Gist options
  • Save y2468101216/6ed79f7d44ee75463f31e9607bf5a3be to your computer and use it in GitHub Desktop.
Save y2468101216/6ed79f7d44ee75463f31e9607bf5a3be to your computer and use it in GitHub Desktop.
MySQL管理之道:性能調優、高可用與監控(第2版) 讀書心得

MySql管理之道-心得

前言

會想開始寫這個是因為覺得有些書寫得不錯,但是覺得都沒推薦心得直接推薦不太妥。 所以就自己寫一篇了

優點

  1. 講解了 MySql 5.7 與 MariaDB 10.1 的新特性,並詳細講解兩個同功能細節上的相異之處。 但只限定新功能。

  2. 詳細講解如何優化 MySql 效能

  3. 對於 MySql 多資料庫管理有詳細的解說,無論是分庫分表,主從切換,負載平衡。

缺點

  1. partition 部分講解過少

  2. master slave 非 gtid 無講解

  3. 簡體字

總結

作為一本想要深入學習 Mysql 的書籍,我認為是不錯的,如果你做為一名 web 工程師想要更加暸解 �MySql 或者 MariaDB 的話,本書是一個不錯的選擇。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment