June 18, 2013

Post: Percona XtraDB Cluster 5.5.30-23.7.4 for MySQL now available

… Yurchenko). If variable innodb_thread_concurrency has been defined to throttle InnoDB access, and work load contained DDL statements, a cluster…

Comment: SimCity outages, traffic control and Thread Pool for MySQL

… it offered an easy way to handle connection pooling and throttling so that connection spikes could be smoothed out; perhaps one…

Post: Hint: throttling xtrabackup

… saturate your disks, and that why we made special option –throttle=rate to limit rate of IO per second. But it…

Comment: Using netcat to copy MySQL Database

… this (I suggest running it in screen) tar cf – . |throttle -l /tmp/throttle.ctl -m 50|bar|nc $destination_host $tcp_port and to limit the speed to for example to 20Mbit: throttle -t /tmp/throttle.ctl -m 20

Comment: InnoDB Flushing: a lot of memory and slow disk

…; if the choice is between throttling and dealing with panic flushes (and server stalls), I’ll choose throttling any day. In a perfect world though I’d rather not have to throttle, I’d like the database to keep up with my… are in agreement that this is a hard problem, so throttling may be the only practical solution; I’d just prefer…

Comment: InnoDB Flushing: a lot of memory and slow disk

…; if the choice is between throttling and dealing with panic flushes (and server stalls), I’ll choose throttling any day. In a perfect world though I’d rather not have to throttle, I’d like the database to keep up with my… are in agreement that this is a hard problem, so throttling may be the only practical solution; I’d just prefer…

Post: Load management Techniques for MySQL

… to prevent this problem from happening ? The answer is easy. Throttle the side load so it does not consume too much… writing to database. Introduce Throttling Sometimes even single process overloads system too much in this case throttling by having relatively short queries…

Post: How Does Semisynchronous MySQL Replication Work?

… result, the effect is that the client’s activity is throttled so that it cannot outpace the replica’s ability to… Guardian Angel can fly?” That is the effect of this throttling. Semi-synchronous replication also does not guarantee that your replicas… at the wrong moment, or a timeout, then even the throttling is abandoned, and everything defaults back to the traditional mode…

Post: InnoDB Flushing: Theory and solutions

…. If checkpoint_age continues to grow, we add “throttling” to prevent it. The throttling depends on the position of checkpoint_age — the closer to “async”, the bigger the throttling needed. As mentioned…

Comment: InnoDB Flushing: a lot of memory and slow disk

Throttling gets you more consistent performance (which is good), but it … really help your throughput does it? The idea behind a throttle would basically be to slow down query response enough that… for my workloads outside of the lab (I have commit throttling issues and read issues, but flushing not as much). As…