News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Performance analysis of Stored Procedures with PDO and PHP
May 03, 2011 @ 08:38:32

Gonzalo Ayuso has posted the results of some testing he's done in using stored procedures in a PHP application. He compares the run time of two different scripts, one using prepared statements and one without, to see which would perform better in the long run.

Last week I had an interesting conversation on twitter about the usage of stored procedures in databases. Someone told stored procedure are evil. I'm not agree with that. Stored procedures are a great place to store business logic. In this post I'm going to test the performance of a small piece of code using stored procedures and using only PHP code.

In the end, the results showed that the stored procedures method was actually faster and used a bit less memory than the normal "plain PHP" method. It can be a bit more difficult to use than just a SQL statement in a string (properly escaped, of course) but can be worth the extra hassle when you need that performance boost.

0 comments voice your opinion now!
performance stored procedures pdo benchmark


blog comments powered by Disqus

Similar Posts

Benjamin Eberlei's Blog: Benchmark and Optimize Zend Framework Performance

Blue Parabola Blog: The SPL Deserves Some Reiteration

dynaTrace Blog: Top 10 Performance Problems taken from Zappos, Monster, Thomson and Co

Zend Developer Zone: DataModeler: Simple ORM - Part 2 Saving Models

DevShed: Working with Prepared Queries with PDO Objects in PHP 5


Community Events









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


release zendframework2 code language object introduction database community testing example development phpunit podcast framework opinion interview unittest api composer tool

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