News Feed
Jobs Feed
Sections




News Archive
Stoyan Stefanov's Blog:
Performance tunning with PEARDB
January 17, 2007 @ 09:35:00

Stoyan Stefanov has posted some of his tips to his blog today. Specifically, they deal with the PEAR::DB class, demonstrating some of the optimization of the package he's discovered in his coding experience.

If you use PEAR::MDB2, you can set a custom debug handler and collect all the queries you execute for debugging and performance tunning purposes, as shown before. But what if you're using PEAR::DB? Well, since PEAR::DB doesn't allow you such a functionality out of the box, you can hack it a bit to get similar results.

He creates a simple app to help with the illustration - a number of select queries to grab zipcode information from the database. As it stands, the PEAR::DB package doesn't handle the debugging well, so he adds in a few more lines to buffer the connection and some reporting code to check the resulting output (as well as some of his sample reports).

0 comments voice your opinion now!
pear package peardb performance tuning buffer connection reporting pear package peardb performance tuning buffer connection reporting


blog comments powered by Disqus

Similar Posts

Stubbles Blog: Stubbles 0.5.0 released

Gonzalo Ayuso's Blog: Database connection pooling with PHP and React (node.php)

Brian Deshong: Top Ten List + CoderFaire Atlanta 2013

Community News: Latest PEAR Releases for 06.11.2007

Community News: Latest PEAR Releases for 11.13.2006


Community Events











Don't see your event here?
Let us know!


interview community introduction example release tool application functional language testing phpunit zendframework2 conference podcast code series framework unittest development opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework