June 19, 2013

Post: An update on Percona Live MySQL Conference & Expo 2012

… a cadre of the core MySQL developers to submit talks about what is new in MySQL, the MySQL roadmap for the future, and… on DRBD, partitioning, community toolkits, security, using MySQL with NoSQL, geospatial functionality, cloud computing, Cluster, search, sharding, memcached, high availability, DevOps, Big…

Post: Announcing Percona Live MySQL Conference and Expo 2012

… planning several months ago and have been in intensive venue searches and contract negotiations ever since then. We have checked and… are a vitally important part of the MySQL ecosystem, they cannot — cannot — replace the traditional MySQL conference and expo. The “and expo” is crucial here — the O’Reilly MySQL conference has occupied the crossroads of open-source, MySQL, community, and business. Emphasis on business…

Post: Percona's Sessions at the O'Reilly MySQL Conference and Expo

… and Fixing MySQL Performance Problems (Monday Tutorial) Percona Server: secret features MySQL and SSD: Usage Patterns Achieving PCI Compliance with MySQL The Aspersa… Tutorial) Using MySQL 5.5 Performance Schema Performance Best Practices for MySQL NoSQL with MySQL Using Sphinx Beyond Full Text Search Building on Strengths…

Post: Friends of Percona Get 20% Off at the MySQL Conference!

… and Fixing MySQL Performance Problems (Monday Tutorial) Percona Server: secret features MySQL and SSD: Usage Patterns Achieving PCI Compliance with MySQL The Aspersa… Tutorial) Using MySQL 5.5 Performance Schema Performance Best Practices for MySQL NoSQL with MySQL Using Sphinx Beyond Full Text Search Building on Strengths…

Post: Community events around Percona Live MySQL Conference and Expo 2012

We’re very pleased with community support for Percona Live MySQL Conference and Expo. We’ve got wonderful speakers providing content… should not miss: Pythian is stepping in to organize traditional MySQL Community Dinner event during Tutorial Day of the conference (April… Search Day hosted by Sphinx Technologies (April 13) All these events are free to attend (registration needed) whenever you’re attending MySQL

Post: Ultimate MySQL variable and status reference list

… referring to the amazing MySQL manual, especially the option and variable reference table. … Opened_tablesblogpercona.commanual optimizer_prune_levelblogpercona.commanual optimizer_search_depthblogpercona.commanual optimizer_switchblogpercona.commanual partitionblogpercona.commanual performance…

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

… id=”attachment_13334″ align=”alignright” width=”214″] InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries![/caption] This is… front of our search term, then that term *must* appear in the search results. But does it? With 5.5: mysql: SELECT id… used double quotes to group the search terms as a single phrase: With 5.5: mysql: SELECT id, full_name, MATCH(full…

Post: MySQL Full Text Search in Action

… is powered by MySQL but unlike craigslist it looks like they are shy in tuning their MySQL Full Text Search index configuration and setting proper ft_min_word_len value. Searching for Audi A6 will… not the case with MySQL Full Text Search which both will skip to frequent keywords in natural language search and because it is…

Post: Sphinx: Going Beyond full text search

….mysql.com” or “dev.mysql.com/download/” as well as they are all considered to belong to mysql.com domain, while searching for “dev.mysql.com/download”" will only match dev.mysql.com domain and files… many search URLS, such as “dev.mysql.com/download/mysql-5.1.html” would match “mysql.com”, “dev.mysql.com”, “dev.mysql.com/download/” and “dev.mysql

Post: Sphinx search performance optimization: attribute-based filters

… common causes of a poor Sphinx search performance I find our customers face is misuse of search filters. In this article I… While Sphinx is great for full text search, you can certainly go beyond full text search, but before you go there, it… in MySQL terms, Full text columns are always indexed and using the very powerful extended query syntax you can do search against…