Benchmarking PDO and ADOdb Database Abstraction Libraries

June 23rd, 2008 § 7

I was unable to locate a satisfactory benchmark of PDO vs. ADOdb, so I decided create some to get an idea of the performance differences.

I expected PDO to beat ADOdb easily, since PDO is a native PHP library and requires no run-time include. See my Web App benchmarking methodology here to understand why I was unsatisfied with the existing PDO vs ADOdb and PEAR::NET library benchmarks I found online.

» Read the rest of this entry «

Share/Save/Bookmark

Where Am I?

You are currently browsing entries tagged with Benchmarks at Tony Landis.