Always remain updated about current software development trends

Articles having tag: OPTIMIZATION

Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5

This is the second blog post in the series of blog posts leading up to the talk comparing the optimizer enhancements in MySQL 5.6 and MariaDB 5.5. This blog post is aimed at the optimizer enhancement Multi Range Read (MRR). Its available in both MySQL 5.6 and...

Fastest strstr-like Function in C!?

Tuned function for searching a needle in a haystack

Fastest strstr-like Function in C!?

Tuned function for searching a needle in a haystack