News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Stoyan Stefanov's Blog: Performance tunning with PEAR::DB

Community News: Freeform Framework Announcement

Community News: Latest PEAR Releases for 06.25.2007

RegDeveloper.co.uk: Build your PDF and Excel reports with PHP

Daniel O'Connor's Blog: How to customise PHP_CodeSniffer


Community Events









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


extension podcast release joomla framework drupal facebook feature developer sqlserver symfony codeigniter windows performance job zendframework wordpress microsoft opinion conference

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