Tag Archives: Database

Comparing queries with mk-query-profiler and diff

EXPLAIN is not the only way to analyze query perfomance im MySql because some things are not being taken into account. For example LIMIT clauses or the cost of the optimizer. There is also the mk-query-profiler. An interesting way to … Continue reading

Posted in Database | Tagged , | Comments Off on Comparing queries with mk-query-profiler and diff