June 20, 2013

Post: MySQL Slow query log in the table

MySQL 5.1 get MySQL slow query log logged in mysql.slow_log table instead of the file as you had incan do SELECT * FROM (SELECT * FROM slow_log ORDER BY start_time DESC LIMIT 100) l ORDER BY start_time which shows last queries in

Post: Should we give a MySQL Query Cache a second chance ?

in MySQL have very large number of queries doing updates through primary key and use primary key for selects. I believe in such cases we canin the MySQL Query Cache ? How many hits did we get for this query

Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!

in MySQL 5.6: Part 2, The Queries![/caption] This is part 2 in a 3 part series. InI look at these results from that persepctive, I can understand the howIn theory, yes. In practice, not even close. I tried one more Boolean search, this time looking for someone’s full name, which I

Post: Shard-Query EC2 images available

in size. This will give us some interesting information about how Shard-Query will perform on each database. To do the size comparison, Imysql> use ontime1; Database changed mysqlin our query response times and throughput. Setting up a cluster using the AMI images You can easily test Shard-Query

Post: DROP TABLE and stalls: Lazy Drop Table in Percona Server and the new fixes in MySQL

how Lazy Drop Table and the new DROP Table in MySQL >= 5.5.23 work, I would like to mention quickly, that how drop table in MySQLlast access timequeries were captured in the slow log by setting long_query_time to 0. Then for analysis purposes the queries in

Post: Distro Packages, Pre-built Binaries or Compile Your Own MySQL

times not only by our support and consulting customers, but widely from different forums and blogs – how should I install MySQLcan simply yum -y install Percona-Server-server or apt-getMySQL‘s default behavior i.e. disabling and totally disallowing use of query

Post: MySQL 5.6.10 Optimizer Limitations: Index Condition Pushdown

time to execute than the same “SELECT one_indexed_column” query in MySQLMySQL 5.6 release, and get advantage of the latest integrated tools that MySQL provides with its last GA release? Then I

Post: Index Condition Pushdown in MySQL 5.6 and MariaDB 5.5 and its performance impact

I have been working with Peter in preparation for the talk comparing the optimizer enhancements in MySQL 5.6 and MariaDB 5.5. We are taking a look at and benchmarking optimizer enhancements one by one. So in… new optimizer enhancement Index Condition Pushdown (ICP). Its available in both MySQL 5.6 and MariaDB 5.5 Now let’s take…

Post: Time for Zero Administration effort at MySQL ?

in most cases, in fact I would argue in 95% cases you can gettime 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 whenever there is only one query

Post: How Percona does a MySQL Performance Audit

in a hardware component, and you never know ahead of time. In either case, the point to know here is that we canin our book, High Performance MySQL 2nd Edition (it’s not in the first edition). From this I get