Hi, On Thu, May 21, 2009 at 9:15 AM, Robin <[email protected]> wrote: > I have been looking at different database abstraction layers such as propel > or pearDB and they seem soooo overly abstracted resulting in average > performance at best that I decided to write the simplest query abstraction I > could and I would like to get your opinions on why I would use propel or > pearDB instead of http://pastie.org/484625. > >
Its really pointless to worry about the performance of the abstraction layer when: - unoptimised Mysql queries have 100 times the slow down effect - lack of query caching has huge effect - lack of page/snippet caching has huge effect Do you have any factual sources to claim "average" performance of a db abstraction layer? HTH, Jochen --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
