啟用log_slow_extra系統變數(從mysql 8.0.14開始可用)會導致伺服器將以下額外字段寫入檔案輸出(不影響表輸出)。一些字段描述引用狀態變數名。有關更多資訊,請參閱狀態變數描述。但是,在慢速查詢日誌中,計數器是每個語句的值,而不是每個會話的累積值。
thread_id: id
the statement thread identifier.
errno: error_number
the statement error number, or 0 if no error occurred.
killed: n
if the statement was terminated, the error number indicating why, or 0 if the statement terminated normally.
bytes_received: n
the bytes_received value for the statement.
bytes_sent: n
the bytes_sent value for the statement.
read_first: n
the handler_read_first value for the statement.
read_last: n
the handler_read_last value for the statement.
read_key: n
the handler_read_key value for the statement.
read_next: n
the handler_read_next value for the statement.
read_prev: n
the handler_read_prev value for the statement.
read_rnd: n
the handler_read_rnd value for the statement.
read_rnd_next: n
the handler_read_rnd_next value for the statement.
sort_merge_passes: n
the sort_merge_passes value for the statement.
sort_range_count: n
the sort_range value for the statement.
sort_rows: n
the sort_rows value for the statement.
sort_scan_count: n
the sort_scan value for the statement.
created_tmp_disk_tables: n
the created_tmp_disk_tables value for the statement.
created_tmp_tables: n
the created_tmp_tables value for the statement.
start: timestamp
the statement execution start time.
end: timestamp
the statement execution end time.
給定的慢速查詢日誌檔案可能包含通過啟用log_slow_extra而新增或不新增額外欄位的行組合。日誌檔案分析器可以通過字段計數確定一行中是否包含其他字段。
寫入慢速查詢日誌檔案的每個語句前面都有乙個set語句,其中包含乙個時間戳。在mysql 8.0.14中,時間戳表示慢語句開始執行的時間。在8.0.14之前,時間戳指示記錄慢速語句的時間(發生在語句完成執行之後)。
MapReduce JOB 的輸出與輸出筆記。
提高 mapreduce 價值,自定義輸入和輸出。比如 跳過儲存到 hdfs 中這個耗時的布置。而只是從 原始資料源接受資料,或者 直接將資料傳送給某些處理程式。這些處理 程式在 mapreduce 作業完成後使用這些資料。有時由檔案塊和輸入 split 組成的基礎 hadoop 正規化並不能滿足需...
程式的輸出和輸出到標準錯誤中的輸出
今天編譯執行程式的時候,發現在程式中的斷點輸出 和 輸出到作業系統標準錯誤中的輸出是不一樣的!哇哇,哈哈,開心,又多了解了一點知識。上一段golang 的 package main import errors fmt os log func main set goos linux 後編譯位linux...
時間的輸出
檔名稱 main.cpp 作 者 郭輝 版 本 號 v1.0 問題描述 時間的輸出。輸入描述 無。程式輸出 時間。include using namespace std class date 對date類的提前引用宣告 class time class date int main return 0 ...