Wednesday, 7 February 2007
Overview of mysqlnd-5.0.0-alpha |
| |
|
| |
Über Nixnutz, in a new post over his blog gives you an overview of the new version mysql-5.0.0 alpha. He talks about the performance of this first alpha release of the MySQL native driver of PHP.
He gives a table that demonstrates an acceptable performance by mysqlnd. The table is as follows:
Dell DVD Store results
- ext/mysqli using mysqlnd 10505 opm 100%
- ext/mysqli using libmysql 9882 opm 94%
- ext/mysql using libmysql 10203 opm 97%
He informs you that some micro benchmarking has been done that proves mysqlnd faster than libmysql. Some of the figures are impressive, for example mysqli_affected_rows() seems to be more than twice as fast as before. Also, when fetching buffered result sets similar performance improvements seem possible, he informs.
See more details of the performance of mysqlnd-5.0.0-alpha here.
|
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|