May 25, 2012

Post: Identifying the load with the help of pt-query-digest and Percona Server

… query in the right way. But vanilla MySQL does have its limitations, it reports only a subset of stats, however if you compare that….365434 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 655360 use test; SET timestamp=1325145746; select count(*) from auto_inc; Compare that… the longest sum of run time, query ranked #1. The first row in the table above shows the Count of number of times this query…

Post: Shard-Query turbo charges Infobright community edition (ICE)

only a small subset of the data, performance can be improved significantly: $ cat shards.ini [default] user=mysql

Post: Distributed Set Processing with Shard-Query

rows! Why would you break this paradigm by passing around rows instead of sets? From a distributed processing standpoint, rows…(or a mapped subset of nodes) the…of compute resource which speaks SQL, but right now only MySQL…_airport_id`), `count(*)`=`count(*)` + VALUES(`count(*)`), `sum(AirTime)`=`sum(…

Post: Goal driven performance optimization

of the problematic pages: mysql> select count(*),avg(wtime),avg(utime/wtime) cpu_ratio, avg(mysql_time/wtime) mysql… 1 row in set (2.29 sec) Why looking only at such pages is important ? This is because if you look at all pages rather than problematic subset