⬆️ ⬇️

PDO, ADOdb, MDB2, Zend_Db, ADOdb Lite and DbSimple speed comparison

In this testing, I decided to find out what the performance of various modern classes of abstraction from the database. The test consists of two stages: the synthetic and the real-life test, which differ in the way in which the classes are formed. I also compared the performance without the APC opcode cache, and with it.

In testing participated:



So let's get started.


')

Source: https://habr.com/ru/post/27853/



All Articles