June 18, 2013

Post: The small improvements of MySQL 5.6: Duplicate Index Detection

… the exact column definition in the same order. In other words, it checks for duplicate keys, but not redundant ones. What…

Post: Benchmarking Percona Server TokuDB vs InnoDB

… it will produce all good amount of reads. A few words about the hardware: I am going to use new the… query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 #default_table_type = InnoDB thread_stack = 192K tmp…

Post: Virident vCache vs. FlashCache: Part 2

… query_cache_size = 0 query_cache_type = 0 ft_min_word_len = 4 thread_stack = 192K tmp_table_size = 64M server…

Comment: Open Source, the MySQL market (and TokuDB in particular)

… any user can easily get your software installed. In other words, it’s all the surrounding costs, not the creative fun…

Comment: How to start a Percona XtraDB Cluster

…_safe call and insert a new line containing the single word shift in the line directly above that. The “shift” will…

Comment: Can't Create Thread: Errno 11 (A Tale of Two Ulimits)

… SSHing to localhost and then doing the restart. In other words, log out and then log back in, and then do…

Post: Understanding the maximum number of columns in a MySQL table

… interval length. This isn’t the normal meaning of the word interval, we can only guess that it’s called this…

Post: MySQL 5.6 Compatible Percona Toolkit 2.2 Released

… series, 2.2 features are not yet finalized. In other words, we may change things like the pt-query-digest –output…

Post: Using any general purpose computer as a special purpose SIMD computer

… TO SHARDS: Array ( [0] => SELECT word AS `word`,md5(word) AS `md5(word)`,md5(reverse(word)) AS `md5(reverse(word))`,COUNT(*) AS `count(*)` FROM words2 AS… TO SHARDS: Array ( [0] => SELECT word AS `word`,md5(word) AS `md5(word)`,md5(reverse(word)) AS `md5(reverse(word))`,COUNT(*) AS `count(*)` FROM words2 AS…

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

… we might expect to get back multiple matches containing the words “James” and “Peterson”, and we should expect the record from…_name | score | +———+——————+——-+ | 1310720 | Terry Lynn Suter | 0 | +———+——————+——-+ In the immortal words of Homer J. Simpson, “D’OH!!” Why is MyISAM able…