June 19, 2013

Post: Percona Monitoring Plugins 1.0.3 for MySQL now available

… with our services. You can find links to the documentation, forums and more at the project homepage.

Comment: Percona MySQL Webinar: Really Large Queries: Advanced Optimization Techniques, Feb. 27

Hi Tony, You can also post this to our MySQL discussion forums http://www.perconaforum.com/index.php?t=thread&frm_id=10& I’ll be adding a general MySQL category in a few weeks but in the meantime this would be the best place to post it.

Comment: Introducing the pmp-check-mysql-status Nagios Plugin

Hi Subash, you should ask that question on our Percona forums. Here’s the URL to the Percona Monitoring Plugins category: http://www.perconaforum.com/index.php?t=thread&frm_id=15&

Post: MySQL Performance Forums

…’m happy to announce availability of MySQL Performance Forums on MySQL Performance Blog. This forum is created as free alternative to MySQL… should get more opinions on your performance problems from other forum members. There were a lot of unrelated performance questions placed… MySQL Performance. There is MySQL for MySQL Performance topics. LAMP Forum for Web Application scaling and performance topics, whatever database you…

Post: BoardReader - Forum Search Engine

… BoardReader.com – Search Engine which indexes tens of thousands of forums from all over the world. This project was built by… is implemented using pretty standard “manual partitioning” scheme with different forum sites mapped to different “table groups” with each server handling… to highlight – first you can use it to Search MySQL Forums Notice simple link structure – you can replace mysql.com in…

Post: Month of August in Percona Community Forums

This month was a busy month in Percona Community Forums with a lot of great questions asked and most answered. …. Here are some things you would learn from following Percona Forums in August: How to get PAM authentication plugin to work…

Post: New Forum Categories: Help Wanted, For Hire

I’ve just added two categories to our forum, so you can post your job listings if you’re looking for someone to help you, and you can post your qualifications if you are available for hire.

Post: MySQL Performance Forum: Hot Topics

As I already announced last week I started MySQL Performance Forums project focusing on MySQL Performance discussions as it names says…

Post: Talking MySQL to Sphinx

… sptest order by author_id desc limit 10; +————+——–+———-+ | id | weight | forum_id | +————+——–+———-+ | 6739362135 | 1 | 2736983 | | 6739362391 | 1 | 2736983 | | 6739338327 | 1 | 1024599… author_id order by m desc limit 10; +————+——–+———-+———–+———+ | id | weight | forum_id | author_id | m | +————+——–+———-+———–+———+ | 6739362135 | 1 | 2736983 | 139452247 | 2736983 | | 6738995287…

Comment: ORDER BY ... LIMIT Performance Optimization

… * FROM forum_posts AS pa LEFT JOIN forum_posts_text AS pb ON pa.post_id = pb.post_id LEFT JOIN forum_users… ASC LIMIT 5475 , 15 versus SELECT * FROM forum_posts AS pa LEFT JOIN forum_posts_text AS pb ON pa.post_id…_id >= ( SELECT MAX( post_id ) FROM ( SELECT post_id FROM forum_posts WHERE post_topic_id = ’224′ ORDER BY post_id…