View Single Post
  #5 (permalink)  
Old 05-01-2008, 05:27 PM
jsebrech jsebrech is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default

Well, since it's trivially easy to switch between PDO and OCI8 when you're using Zend_DB, I suggest you build your app, and then, when it's done, benchmark it using both PDO and OCI8 as back-end engine. This way you know for sure.

All I can tell you is what I observed for my particular test case.
Reply With Quote