PHP Databasing System Benchmarks

Posed under PHP on February 28, 2009.

Article

Comments

Post

Jordan

Mar 14 2009

PHP is notorious for being very slow when the same task is done by it and any other language. I'd say your best option is to rewrite it in C or C++ if speed/performance is a real consideration.

I'd be interested in seeing the source code for this project though. Sounds neat and very fun. :)

Evan Byrne

Mar 15 2009

@Jordan: I have been working on rewriting the databasing system in C#. No telling how long it will take but when it does get done it will be great. Going to be a fun summer! ^^

Adam Patterson

Jan 01 2010

Any idea how the same test would turn out on other frameworks/lib's?

Evan Byrne

Jan 01 2010

Hey Adam, this was a purely PHP databasing solution (no mysql) I was experimenting with a while ago and it isn't related to Dingo. The database library for the Dingo framework I imagine is nearly as fast as pure php+mysql, although I haven't done any official benchmarks.

Post Comment

Capcha