![Picture of José Antonio Nóbile R. Picture of José Antonio Nóbile R.](/graphics/unknown.gif)
José Antonio Nóbile R. - 2012-03-21 23:05:10 -
In reply to message 2 from Manuel Lemos
I did many test using PEAR DB getting rows of MySQL.
BY example, the some query, server, load, results (100K rows)
PEAR DB: 30s
Only mysql_connect, mysql_query while(mysql_fetch_assoc) 2s
I write a simple class for manage transactions, queries, open and close database, and the time was 2.5s