On Wed, Apr 16, 2008 at 09:26:09PM -0700, Tom Jackson wrote: > If something actually gets complex, it is probably better done in the pl > language, which can end up being several orders of magnitude faster.
Or it can end up being enormously slower. It Depends. I've seen both happen with Oracle PL/SQL vs. SQL. (Measure first, then optimize...) Typically, one chooses whether to use PL/SQL or not out of design and implementation convenience for your code, not as a performance tuning measure. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
