您好,登錄后才能下訂單哦!
本文主要給大家介紹MySQL會話臨時表空間有什么作用,文章內容都是筆者用心摘選和編輯的,具有一定的針對性,對大家的參考意義還是比較大的,下面跟筆者一起了解下MySQL會話臨時表空間有什么作用吧。
1、物理文件 [root@roidb1 data]# cd \#innodb_temp/ [root@roidb1 #innodb_temp]# ls -lh total 160K -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_10.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_1.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_2.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_3.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_4.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_5.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_6.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_7.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_8.ibt -rw-r-----. 1 mysql mysql 80K Nov 22 18:58 temp_9.ibt [root@roidb1 #innodb_temp]# 2、臨時表空間目錄 mysql> show variables like 'innodb_temp_tablespaces_dir'; +-----------------------------+-----------------+ | Variable_name | Value | +-----------------------------+-----------------+ | innodb_temp_tablespaces_dir | ./#innodb_temp/ | +-----------------------------+-----------------+ 1 row in set (0.00 sec) 使用了新的版本MySQL8.0.18,有很多地方和MySQL5.7有很大的區別。 Defines the location where InnoDB creates a pool of session temporary tablespaces at startup. The default location is the #innodb_temp directory in the data directory. A fully qualified path or path relative to the data directory is permitted. 說明:定義了創建臨時表空間池的位置。默認位置為#innodb_temp目錄。 As of MySQL 8.0.16, session temporary tablespaces always store user-created temporary tables and internal temporary tables created by the optimizer using InnoDB. (Previously, the on-disk storage engine for internal temporary tables was determined by the internal_tmp_disk_storage_engine system variable, which is no longer supported. 說明:從MySQL8.0.16版本以后,會話臨時表空間總是存儲創建用戶臨時表和內部臨時表。
看完以上關于MySQL會話臨時表空間有什么作用,很多讀者朋友肯定多少有一定的了解,如需獲取更多的行業知識信息 ,可以持續關注我們的行業資訊欄目的。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。