… and in turn, load that data into and pollute the buffer pool. Note that this can be somewhat mitigated using innodb… operation (redo logs, binlogs, etc) as well further polluting the buffer pool. Enter Xtrabackup… As a quick refresher, Xtrabackup works by…
Comment: MySQL Performance Forums
… size server where I have 6GB innodb_buffer_pool_size split into 3 innodb_buffer_pool_instances. The entire main db would…
Comment: ZFS on Linux and MySQL
… a MySQL dba to steal 20GB memory from the Innodb buffer pool to give it to the filesystem. I took a…
Comment: Percona XtraBackup 2.1.3 for MySQL available for download
… any bugs at http://bugs.percona.com/ key_buffer_size=52428800 read_buffer_size=131072 max_used_connections=13 max_threads=2002… possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4432877 K bytes of memory…
Comment: ZFS on Linux and MySQL
… cost difference. ZFS provides built in checksumming and double write buffering, so make sure these are turned off in InnoDB.
Comment: Benchmarking Percona Server TokuDB vs InnoDB
Does Percona have improvements to keep the InnoDB insert buffer from getting full (as in do background reads for ibuf merges when it is getting full)? That is the key to sustaining good throughput for InnoDB on iibench.
Post: MySQL and the SSB - Part 2 - MyISAM vs InnoDB low concurrency
…_on_metadata=off innodb_file_format=barracuda innodb_log_buffer_size=32M innodb_buffer_pool_instances=16 metadata_locks_hash_instances=32 table_open_cache_instances=8 sort_buffer_size=128k read_rnd_buffer_size=8M join_buffer_size=8M default_tmp_storage_engine…
Post: Virident vCache vs. FlashCache: Part 2
…) appears below: #####fixed innodb options innodb_file_format = barracuda innodb_buffer_pool_size = 4G innodb_file_per_table = true innodb_data…_cache_size = 16M max_heap_table_size = 64M sort_buffer_size = 4M join_buffer_size = 4M thread_cache_size = 1000 query_cache…id = 101 key_buffer_size = 8M read_buffer_size = 1M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 8M myisam_sort_buffer_size = 8M…
Post: Virident vCache vs. FlashCache: Part 1
… set is significantly larger than the InnoDB buffer pool (thus leading to a lot of buffer pool disk reads) but still small…

