Original post: http://anothermysqldba.blogspot.com/2013/06/maxbinlogcachesize.html
當你評估你的數據庫的性能和穩定性,它很可能你會開始檢討變量。
在看下面的變量是典型的第一反應.. 等待,什麼是錯的,我的盒子沒有那麼多內存或磁盤空間,以滿足下面列出的最大限制......
MariaDB [(none)]> select @@max_write_lock_count,
@@max_binlog_cache_size, @@max_seeks_for_key,
@@myisam_max_sort_file_size\G
*************************** 1. row
***************************
@@max_write_lock_count: 4294967295
--
4 GB
@@max_binlog_cache_size: 1844674407370954752
--1.6 EB
…
表示 进入内容 1 去 1
Jun
13
2013
表示 进入内容 1 去 1