Greetings.
I'm noted on mysql slow log, the following:
# Query_time: 1552.967353 Lock_time: 0.000086 Rows_sent: 383996307 Rows_examined: 383996307 Rows_affected: 0 Rows_read: 383996307
# Bytes_sent: 11252070774 Tmp_tables: 0 Tmp_disk_tables: 0 Tmp_table_sizes: 0
# InnoDB_trx_id: 41DEA35
use zabbix;
SET timestamp=1319756172;
SELECT /*!40001 SQL_NO_CACHE */ /*!50084 SQL_NO_FCACHE */ * FROM `history`;
The same query (select * from XXX) repeat from histoy_uint, trends, trends_uint, history_log.
Anybody knows if this querys corresponds with housekeeper process ?
I'm noted on mysql slow log, the following:
# Query_time: 1552.967353 Lock_time: 0.000086 Rows_sent: 383996307 Rows_examined: 383996307 Rows_affected: 0 Rows_read: 383996307
# Bytes_sent: 11252070774 Tmp_tables: 0 Tmp_disk_tables: 0 Tmp_table_sizes: 0
# InnoDB_trx_id: 41DEA35
use zabbix;
SET timestamp=1319756172;
SELECT /*!40001 SQL_NO_CACHE */ /*!50084 SQL_NO_FCACHE */ * FROM `history`;
The same query (select * from XXX) repeat from histoy_uint, trends, trends_uint, history_log.
Anybody knows if this querys corresponds with housekeeper process ?
Comment