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

Travis Swicegood's Blog: Book Review: The PEAR Installer Manifesto

Greg Beaver\'s Blog: pharring a web application - phpMyAdmin

Dan Scott's Blog: File_MARC and Structure_Linked_List: new alpha releases

Mike Wallner's Blog: Round Up

Dan Scott's Blog: Super-alpha MARC package for PHP: comments requested


Community Events











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


symfony2 functional community development rest opinion conference phpunit zendframework2 series database introduction podcast language example testing release usergroup interview framework

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