您好,登錄后才能下訂單哦!
the size limit of individual files is determined by the operating system. File size can be more than 4GB on operating systems that support large files. Use of raw disk partitions for global temporary tablespace data files is not supported.
說明:臨時表空間的臨時文件的大小是由操作系統決定的,文件大小是可以超過4G的,只有操作系統支持就可以了。通常我們用的操作系統都是CentOS或者RHEL 64位的。不支持裸設備。
The autoextend and max attributes can be used only for the data file specified last in the innodb_temp_data_file_path setting. For example:
畫重點:要設置innodb_temp_data_file_path,可以是一個臨時文件也可以是多個,一定要設置autoextend自動擴展,同時也有設置一個最大值,根據業務系統數據量大小,可以設置幾G。工作中遇到過的問題,沒有設置max最大值,結果導致磁盤空間滿了,業務停了,當然是業務做調整導致的。
[mysqld]
innodb_temp_data_file_path=ibtmp1:50M;ibtmp2:12M:autoextend:max:500MB
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。