June 18, 2013

Post: Implementing SchemaSpy in your MySQL environment

the table sizes and an easy way to use the search feature of your browser to zero in on a particular table Constraints – lists theyou‘re done. What are some ERD tools you use and how do they compare with SchemaSpy?  Feel free to answer via the

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

the combined size of the secondary key tuples fetched, and N is the buffer size. In MySQL 5.6 the buffer size used by MRR can be controlled by thein the table above you can with default buffer size of 256K, MariaDB 5.5 shows that Handler_mrr_rowid_refills = 1, which means the

Post: Percona Server on the Raspberry Pi: Your own MySQL Database Server for Under $80

the added costs So, how about if you could setup a small Arch Linux ARMv6-based hardware device which runs Percona Server for MySQL, inin the configuration file, update it in Tunnelier now also) Re-connect to see if your password change

Post: Percona Toolkit Webinar followup Q&A

the talk: Q: How do you install the tools? The manual has full details, but it’s important to know that thethe toolkit installed. Q: How to make the tools connect to MySQL Thechange, does renaming the table take a long time, and what about the transaction in the meanwhile? The rename table

Post: Write contentions on the query cache

how MySQL executes this query. So I used commands youyou should suspect either some change in data access pattern (reads on disk vs reads in memory, execution plan instability) or contention somewhere while thedo we have 2 lines showing waits on the query cache lock instead of one in the

Post: Time for Zero Administration effort at MySQL ?

changing tables rather than command line options (like much of Performance Schema configuration). Innodb settings alone push 100. True you dothe same time however I am happy many more options got exposed over last few years. Majority of options in MySQLMySQL would use the same sort_buffer_size

Post: How Percona does a MySQL Performance Audit

in mysql> show global variables like ‘%table_size%’; +———————+———–+ | Variable_name | Value | +———————+———–+ | max_heap_table_size | 268435456 | | tmp_table_size | 268435456 | +———————+———–+ If these are not the same size

Post: Using MMM to ALTER huge tables

you‘re altering gigabyte size tablesthe “downtime” part. The longer it takes to apply application changes, the longer is the downtime. Our customer built his application so it automatically detects the

Post: MySQL 5.5.8 - in search of stability

in MB or GB and shows what amount of the space in innodb_log_file corresponds to changed pages in the buffer pool. Youthe stable line in MySQL 5.5.8. But, finally, let me show the result I got running Percona Server in optimized mode: innodb_buffer_pool_size

Post: High-Performance Click Analysis with MySQL

you know you‘ll get there, it can change the lifecycle of your application in advance. What about partitioning in MySQLthe indexes less than half the size. In real life this technique often makes the table+index much less than half the size. You