June 19, 2013

Post: Experiences with the McAfee MySQL Audit Plugin

with increasing levels of concurrency), but initially, I would think the advantage of the plugin is its flexibility, and not its performance…in these variables are comma separated). As pointed here, anything …MySQL internals can enlighten me here. – audit_record_objs : List of database objects (tables

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

…a slight increase in query time for MySQL 5.6, increase of… be performed. As in the table above you can with default…separate calls made to the storage engine to perform the index record read and then to performwith MRR are performing badly. The interesting thing is that though both MariaDB and MySQL

Post: Modeling MySQL Capacity by Measuring Resource Consumptions

…) system performance to provide our estimates. If we’re running Innodb with MySQL we …often IO (which you can see separately through number of IOPS) but … with different memory amount having same workload. You will often see increasing …yes, 99% no # Tmp table 1% yes, 98% no # Tmp table on 1% yes, 98…

Post: MySQL Users Conference - Innodb

… threads – using multiple cores becomes increasingly important as their number per …separately. Improved Auto Increment handling Yet another known Innodb problem is table locks which are taken for statement duration for Inserts with… will start offering more performance benefits in MySQL 5.1 It also …

Post: MySQL Crash Recovery

MySQL Performance. MyISAM Corruption – If you’re writting to MyISAM tableswith to start serving only some users initially (returning error to others) and gradually increaseseparately. To warmup this data you might run select 1 from _table_ limit 1 for each table or any other statement – it is table

Post: How to Monitor MySQL with Percona's Nagios Plugins

…it’s worth calling out separately in my opinion. I’…MySQL, you won’t have any problems until you try to create or drop a tableperformed with existing plugins, so there was no need to write new ones. For example, the plugins that ship with… (for example) get the incremental increase in a variable such …

Post: SHOW INNODB STATUS walk through

MySQL Performance. To start with basics SHOW INNODB STATUS is command which prints out a lot of internal Innodb performance…, for full table scan or index scan read-ahead may be performed which can increase average …Number of log/io operations allows to separate tablespace related IO from log related…

Comment: Database problems in MySQL/PHP Applications

…help increaseseparate databases in the same instance of MySQLperformance by doing so. > Using multiple tables gives some very important benefits – your data > becomes managable, your ALTER TABLE or OPTIMIZE TABLEwith loosing data etc. Read more in my > Why MySQL Could be slow with Large Tables

Post: Introducing new type of benchmark

mysql, start N threads and try to push the database as much as possible, bombarding the system with queries with…response time ? – Do we need to increase number of working threads when we …, the famous problem with DROP TABLE performance. Does DROP TABLE, running in separate session, affect a response…

Post: Heikki Tuuri answers to Innodb questions, Part II

…heard about loss of performance with 5.0.X. Iâ…mysql processes drops rapidly when you increase the amount of system memory. We just deployed a new Linux/Mysql… large Innodb table (150GB) that is showing poor performance for full table scans… test reorganizing that table on a separate computer, maybe a …