… queries which you already looked at using LIKE statement. As default table format for slow_log is CSV with no indexes typical… is possible, with exception of TRUNCATE query. Which just recreates table which should be fast. Interesting enough however what would happen… aggregate log entirely in SQL finding most frequent slow query types or queries which load server the most. The other handly…
Comment: table_cache negative scalability
… max_allowed_packet = 20M tmp_table_size = 100M max_heap_table_size = 100M query_cache_size = 100M default_table_type = MYISAM log_long_format # Innodb innodb_status_file = 1 innodb_file_per_table = 1…
Comment: table_cache negative scalability
… max_allowed_packet = 20M tmp_table_size = 100M max_heap_table_size = 100M query_cache_size = 100M default_table_type = MYISAM log_long_format # Innodb innodb_status_file = 1 innodb_file_per_table = 1…
Post: XtraDB/InnoDB CPU bound benchmarks on 24cores server
…). my.cnf is [mysqld] user=root binlog_cache_size=1M default_table_type=MYISAM ft_min_word_len=4 innodb_additional_mem_pool…=1000000 query_cache_size=0 skip_grant_tables skip_locking sort_buffer_size=64K table_cache=2048 thread_cache_size=16 thread_concurrency=16 thread_stack=196K tmp_table_size=64M transaction_isolation=REPEATABLE-READ local-infile=1 At…
Post: A case for MariaDB's Hash Joins
…DEFAULT NULL, `l_commitDATE` date DEFAULT NULL, `l_receiptDATE` date DEFAULT NULL, `l_shipinstruct` char(25) DEFAULT NULL, `l_shipmode` char(10) DEFAULT… | id | select_type | table | type | possible_keys | key |…
Post: Connecting orphaned .ibd files
…: SYS_TABLES: CREATE TABLE `SYS_TABLES` ( `NAME` varchar(255) NOT NULL default ”, `ID` bigint(20) unsigned NOT NULL default ’0′, `N_COLS` int(10) default NULL, `TYPE…) unsigned default NULL, `TYPE` int(10) unsigned default NULL, `SPACE` int(10) unsigned default NULL, `PAGE_NO` int(10) unsigned default NULL, PRIMARY KEY (`TABLE_ID…
Comment: COUNT(*) vs COUNT(col)
…default ’1′, `comment_agent` varchar(255) NOT NULL default ”, `comment_type` varchar(20) NOT NULL default ”, `comment_parent` bigint(20) NOT NULL default… | id | select_type | table | type | possible_keys …
Post: How (not) to find unused indexes
… | id | select_type | table | type | possible_keys | key |…DEFAULT ”, `GovernmentForm` char(45) NOT NULL DEFAULT ”, `HeadOfState` char(60) DEFAULT NULL, `Capital` int(11) DEFAULT NULL, `Code2` char(2) NOT NULL DEFAULT…

