Tag Archives: database

A Better Wordpress Search

The search feature of Wordpress does not deliver good results. The good news is that I know how to fix it. First, let’s talk about the current Wordpress search.
As an example I will use the phrase “I will buy your idea”. I am going to search using the Wordpress search tool, Google, and a replicable [...]

Fighting with MySQL

I have had two major disappointments with MySQL this week. I am starting to seriously rethink my options.
Views in MySQLViews in MySQL are nothing more than a persistent query. There is no optimization performed. There is no data cacheing. There is no such thing as a Materialized View. For a software developer, [...]