Re: Benchmarking SQL drivers
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Per Hedbor () @ Pike (-) importm?te f?r mailinglistan wrote: >>Is the MySQL network protocol sufficiently stable? >5.0: stored procedures >5.1: multi-query stored procedures (with multiple replies) I think PostgreSQL supports some similar direct call to stored procedures. I decided not to bother with that, and simply make people call those using "SELECT storeproc();" instead. It has identicaly performance. God only knows why people add those constructs to network protocols. >Note: I am not saying I am going to do this right now. :) :-). No problem. As you might have noticed, I'm trying to abstain from MySQL in all possible ways, so I'm not holding my breath for it. -- Stephen.