Tag Archives: database

MySQL PHP data processing – which is faster?

MySQL PHP data processing – which is faster?

Many web developers aren’t aware that the MySQL database language supports a number of useful function for data processing that are commonly overlooked and replaced with post-processing in PHP. For a recent project I decided to see how much I could achieve using a single MySQL query and as little post-processing with PHP.

Read the full article »