Re: fastest SQL?

How fast is it on your fastest DB?
I don't want to set boundaries. ok, let's talk about an Oracle RDBMS. any Version. any OS. any SQL. just show your timing.

I _assume_, the 1st 'select 1 from dual;' is slightly slower as the 2nd one (hard/soft parsing).
Any method to make it even faster?


Am 11.03.2010 um 21:30 schrieb Niall Litchfield:

select 1 from dual; is pretty fast. perhaps you'd like to set some boundaries.

On Thu, Mar 11, 2010 at 8:20 PM, Martin Berger <martin.a.berger@xxxxxxxxx > wrote:
 what is the fastest SQL you can create?

this sounds silly at the first view, but maybe some of you want to create a really fast SQL and show me how you made it that fast.
everything is allowed, (HW, SW, ...) just please share your methods!

I hope you enjoy this challenge. ;-)

Other related posts: