文件首頁
MySQL 8.4 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.5Kb
Man Pages (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 參考手冊  /  ...  /  io_global_by_file_by_latency 和 x$io_global_by_file_by_latency 檢視表

30.4.3.12 io_global_by_file_by_latency 和 x$io_global_by_file_by_latency 檢視表

這些檢視表總結了全域 I/O 消費者,以顯示按檔案分組的 I/O 等待時間。預設情況下,資料列會依總延遲時間降序排序。

io_global_by_file_by_latencyx$io_global_by_file_by_latency 檢視表具有下列欄位

  • file

    檔案路徑名稱。

  • total

    檔案的 I/O 事件總數。

  • total_latency

    檔案計時 I/O 事件的總等待時間。

  • count_read

    檔案的讀取 I/O 事件總數。

  • read_latency

    檔案計時讀取 I/O 事件的總等待時間。

  • count_write

    檔案的寫入 I/O 事件總數。

  • write_latency

    檔案計時寫入 I/O 事件的總等待時間。

  • count_misc

    檔案的其他 I/O 事件總數。

  • misc_latency

    檔案計時其他 I/O 事件的總等待時間。