June 20, 2013

Post: MySQL Query Patterns, Optimized - Webinar questions followup

… interim result set, and then …values against multiple columns in a compound index, then the order would matter, and it would have to match the order of columns inin this case to force MySQL to scan the `title` table first, grouping by kind_id in… you find unexpected differences in performance like…

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

… to DROP multiple FT indexes with InnoDB in the same…| +———————-+———-+———-+———-+ 1 row in set (4.60 sec) mysql> select * from information_schema.innodb_ft_config; +—————————+———+ | KEY | VALUE | … do find that the number of rows in I_…

Post: MySQL Users Conference - Innodb

… pages do we have in the index with current compression settings. The same utility could…statement level MySQL Replication which among other requirements, needs all auto-increment values in multiple value insert …value allocated, some may already have values specified. I’m not sure if Heikki will find

Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark

MySQL 5.5.30 and testing multiple buffer pools on MySQL 5.5.30. Finally, MySQLin set (0.00 sec) mysql> select * from information_schema.global_status where variable_name like ‘%innodb%read%’; +—————————————+—————-+ | VARIABLE_NAME | VARIABLE_VALUE

Post: Why MySQL could be slow with large tables ?

mysql> select count(pad) from large; +————+ | count(pad) | +————+ | 31457280 | +————+ 1 row in set (4 min 58.63 sec) mysqlvalues first and then accessing rows infindingmultiple servers to host portions of data set. Store portion of data you’re going to work with in

Post: Edge-case behavior of INSERT...ODKU

MySQL checks our INSERT, sees that the next auto-inc valuein set (0.00 sec) (root@localhost) [test]> INSERT INTO update_test (username, host_id) VALUESmultiple unique indexes such as this one would be equivalent to “UPDATE update_test SET

Post: MySQL Connection Timeouts

… the case by running netstat -s and finding something like: 38409 times the listen queue …- is MySQL parameter back_log which has default value of just 50. You may want to set it …From this point on MySQL processes network communication in multiple threads and can benefit from multiple cores but this …

Post: MySQL: what read_buffer_size value is optimal ?

set this variable to some high value. Sample my.cnf values on large memory sizes recommend 1M settings and MySQL built-inMySQL 5.1.21-beta was used for tests. mysql> select count(*) from dt2 where slack like “a%”; +———-+ | count(*) | +———-+ | 4705992 | +———-+ 1 row in setmultiple

Post: Shard-Query EC2 images available

… instances. MySQL will fail to start on a micro instance, simply decrease the values in …null 2>&1 < /dev/null done; Where to find the images Amazon ID Name Arch… and/or loading among multiple nodes as well. Note that in the demonstration each… from 1988 to 2010 1 row in set (0.00 sec) With ICE, after…

Post: Load management Techniques for MySQL

… with performance problems with MySQL is what they happen every so often or certain times. Investigating them we find out what the… not MySQL problem, might be even not problem with your MySQL configuration, queries and hardware, even though fixing these does help in many… too high Many developers will test script with multiple level of concurrency and find out doing work from 32 processes is faster…