June 20, 2013

Post: How well does your table fits in innodb buffer pool ?

how well your tables and indexes fit to buffer poolinnodb_buffer_pool_pages_index GROUP BY index_id) bp JOIN innodb_sys_indexes ON id = index_id JOIN innodb_sys_tables ON table_id = innodb_sys_tables

Post: How Percona does a MySQL Performance Audit

…readers a little bit. This fits well with our philosophy of … keeping in touch with what the lead consultant does. We…in big units, so it’s hard to read. If the InnoDB buffer pool… Almighty Percona, here’s your money” in reply. If the client…the query or the table. We explain how to interpret what …

Post: Heikki Tuuri answers to Innodb questions, Part II

Innodb specific and it well can affect your workload. So benchmark to be sure. In Innodb besides scalability changes inInnodb on Solaris? HT: Yes, if your ‘write working set’ fits in 16 GB. I mean, if the database buffer pool can buffer

Post: Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5

how effective is MRR when the workload fits entirely in memory. For the purpose of benchmarking in-memory workload, the InnoDB buffer poolInnoDB buffer pool size is set to 1G and the buffer pool was not warmed up, so that it doesin the table above you can with default buffer

Post: Predicting how long data load would take

innodb_buffer_pool_size and large innodb_log_file_size to perform load effectively Load Options There two main ways to load data inin single table was taking a week due to amount of indexes and the fact they poorly fit in

Post: What MySQL buffer cache hit rate should you target

buffer or Innodb innodb_buffer_pool it does not really matter. In both cases trying to come up with constant “good” hit rate is looking for trouble. Welltable scan and you have 100 rows per page you will get 1 miss per page and 99 hits, making your

Post: Implementing efficient counters with MySQL

Innodb tables which makes it 200MB in total which easily fits in buffer pool. Fitting of the working set in bufferyour durability requirements this is best thing to do if not you would either use MyISAM table as counter table (can welltables for this purpose, how do you deal with Table Locks in

Post: A case for MariaDB's Hash Joins

buffer pool size of 1G, while benchmark on in-memory workload was performed with a buffer poolhow the joins perform for each test case. Test Case A – Join a small table that fits in memory to a large table

Post: MySQL-Memcached or NOSQL Tokyo Tyrant - part 1

… up a row in another table based on a text… everyone how do you maintain your performance in the …Innodb with a 256M buffer pool, or roughly with 9% of the total data in…and lean and performs well. The issue is… Cassandra. My Application does the following: A.)… No matter how much you want it to fit, …

Post: Predicting Performance improvements from memory increase

well possible to see limited gains – if your working set already fits inin buffer pool so they start to compete on hot latches and performance go down. Now back to original question – howtable. Having such workload you would likely see no IO and a lot of CPU idle and not because of internal Innodb