June 19, 2013

Post: MySQL 5.6 Compatible Percona Toolkit 2.2 Released

MySQL query logs. So the ability to parse memcached, Postgres, Apachemysql Perl module that have problems. And there are certain versions of MySQLconnection over the web, else it will use a standard (http) connection. pt-stalk and pt-mysql-summary have built-in MySQLMySQL is an exciting release with

Post: Are PHP persistent connections evil ?

connections will still waste resources and add latency. The other problem with persistent connections is using too many MySQL server connectionsMySQL connection open, others will serve static content such as images which also does not need MySQL connection open. In optimal configuration with Apache

Post: Debugging sleeping connections with MySQL

… of MySQL connections quicker than you expected but it also frequently indicates serious problems in the application. If you do not use persistent connections… could be the problem. By the way does anyone know any debugger which can connect to PHP process or apache with mod_php and…

Post: Apache PHP MySQL and Runaway Scripts

… which is obviously the problem – they take Apache Slot, MySQL Connection and other resources. I had discussion today who was thinking Apache would kill the… are some comments saying experimenting with sleep() function is wrong and if I would use real MySQL queries this would be counted…

Post: Percona and the MariaDB Foundation

… projects, such as Apache Software Foundation, Linux Foundation…with Oracle MySQL, High Quality, and small but High Value changes focused on the most pressing problemsMySQL, Percona Server, and MariaDB. We also have been open in supporting the events of other organizations including MySQL Connect

Post: How Percona does a MySQL Performance Audit

Apache, networking config, caching layers, etc. Wherever the problemmysql and an /etc/my.cnf, and the server is installed in /customsoftware/mysql with…| Value | +———————————–+———————-+ | Aborted_clients | 205174 | | Aborted_connects | 29 | | Binlog_cache_disk_use…

Comment: Why do you need many apache children ?

problem of slow down of our site withmysql connection opened in slow HTTP connection reaches to wait_timeout and MySQL aborts those mysql connections. There were about 200 Aborted_Clients per hour in mysql

Post: Top 5 Wishes for MySQL

with other OpenSource projects such as PostgreSQL (plugable indexes etc), Apache, PHP or Linux Kernel. Yes in MySQL… being only problem. There are fair amount of issues with MyISAM and generally on MySQL level which… they are connected via not very fast network you need to come up with different …

Post: Introducing tcprstat, a TCP response time tool

…such as a database, memcached, Apache, and so on. You can…time” means, for a given TCP connection, the time elapsed from the… protocols such as HTTP and MySQL, this is the moral …problems, so I am pretty sure it has no memory leaks or other problems… we’re happy with it and you’re happy with it, …

Comment: Why do you need many apache children ?

apache children low you have these PHP connections almost always recycled. Plus you do not have the problem of many man thousands of connections for MySQL to handle – which is another reason people frequently avoid persistent connections