[ciapug] MySQL Stored Procedures
Eric Junker
ejunker at palisadesys.com
Wed Aug 2 10:13:54 CDT 2006
carl-olsen at mchsi.com wrote:
> How does Propel compare to MySQL Stored Procedures as far as performance
> (speed) goes?
This isn't exactly the information you are looking for but I thought I
would mention this article from PHP Architect that compares
DB_DataObject, Propel and EZPDO. Figure 2 shows the number of queries
taken for various operations.
http://www.phparch.com/issuedata/articles/article_185.pdf
You could possibly use the results given for Propel to try to compare it
to MySQL stored procedures.
Keep in mind that this article was written over a year ago and since
that time the performance on some of these PHP ORM frameworks has most
likely increased.
Eric
More information about the ciapug
mailing list