…time_zoneblogpercona.commanual default_week_formatblogpercona.commanual defaults_extra_fileblogpercona.commanual defaults_fileblogpercona.commanual defaults_group_suffixblogpercona.commanual delay_key_writeblogpercona.commanual Delayed…
Post: MySQL Server Variables - SQL layer or Storage Engine specific.
…delay_key_write Delay updating indexes for MyISAM tables. Good for performance but tables will be badly corrupted on crash. delayed_insert_limit, delayed_insert_timeout, delayed…flush, flush_time Flushing (closing) of tables after query is complete or every flush_time…
Comment: How to decrease InnoDB shutdown times
… with the MySQL support team. delay_key_write=ON http://dev.mysql.com/doc/refman/5.0/en/server-options.html#option_mysqld_delay-key-write This global configuration variable can be used (delay_key_writes=ALL) to stop writes from the MySQL key buffer to disk. It… the server is forced to do a FLUSH TABLES and this can take a long time. On the XXX servers we’ve…
Post: MySQL MyISAM Active Active Clustering - looking for trouble ?
…MySQL with Active Active Clustering and MyISAM tables if you follow certain rules like enabling external locking, disabling query cache and delayed key writes… long time for large tables. Furthermore as I remember MySQL simply …be properly controlled. Manually doing FLUSH TABLES does not really works…
Post: Using MyISAM in production
… is allowed to happen at the same time. It can happen concurrently to select statements … which you hoped for causing unexpected slowdowns. delay_key_writes Whatever way you enable this option – globally, …flushing dirty index blocks from key_buffer to disk, but it also comes at great danger if MySQL…
Comment: MySQL Server Memory Usage
…flushed‘, ’0′ ‘Key_blocks_unused’, ’28987′ ‘Key_blocks_used’, ’1332′ ‘Key_read_requests’, ’1552507′ ‘Key_reads’, ’1654′ ‘Key_write_requests’, ’114303′ ‘Key_writes‘, ’1346′ ‘Max_used_connections’, ’651′ ‘Not_flushed_delayed…
Post: How much overhead is caused by on disk temporary tables
…key writes which kill performance. The problem with writes is OS can delay writes only for fixed amount of time…
Post: Shard-Query EC2 images available
… is wall time, the second exec time, the third parse time). $ echo “select count(*) …3306 socket=/tmp/mysql-inno.sock [mysqld] socket=/tmp/mysql-inno.sock …table innodb-flush-log-at-trx-commit=1 innodb-flush-method=…delay=0 innodb-use-sys-stats-table innodb-write-io-threads=4 join-buffer-size=16M key…
Post: The performance effects of new patches
…publish them eventually). There are no delays between transactions (no thinking time, no keying time), it uses MySQL C API and the server side prepared…innodb_buf_flush_burst (default 100) * Burst value These control the number of blocks flushed at once. (flushing: writing modified db pages by flush_…
Post: SHOW INNODB STATUS walk through
… failed foreign key constraint: ———————— LATEST FOREIGN KEY ERROR ———————— 060717…_delay variable. Value is specified in microseconds. mysql tables…time, flush list – old pages which need to be flushed by checkpointing process and single page – independent page writes…

