內容簡介
這個外掛會將 WordPress 設定選項表格的儲存引擎從 MyISAM 變更為 InnoDB。請注意,如果你的 WordPress 安裝相對較新,選項表格可能已經是 InnoDB,這種情況下外掛並不能幫助你,但也不會導致任何問題。
InnoDB 儲存引擎會在需要時在單個列上鎖定表格,而 MyISAM 則會在整個表格上進行鎖定,這會導致 WordPress 在高負載或大型選項表格處理時變得緩慢。
啟用外掛後,它會立即開始運作,並沒有任何設定。
開發者團隊
原文外掛簡介
This plugin changes the storage engine of the options table from MyISAM to InnoDB. Please take note that if you have a relatively fresh WordPress installation, the options table might already be the InnoDB type. In this case the plugin will not be of any help, but will not cause any issues either.
The InnoDB storage engine locks tables (when needed) on a single row level, while MyISAM does this on the entire table level, this is less effective and leads to WordPress slow-ness when working with highly loaded sites or large options table.
The plugin starts working right after activation and doesn’t have any settings.
