Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Requestlive True or False
Thu, Nov 29 2007 11:20 AMPermanent Link

"Jose Eduardo Helminsky"
Tim

I know the difference about live result set and canned result set very well.

Sometimes when selecting data from table with more than 1M records is faster
to choose canned result instead of live result.

My doubt is: Is there any way to follow as a rule when I have to choose
canned result instead of live ?

Eduardo

Thu, Nov 29 2007 4:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Eduardo,

<< My doubt is: Is there any way to follow as a rule when I have to choose
canned result instead of live ? >>

Selecting just a few rows from a very large table will almost always be
faster with a canned result set than a live result set, especially if there
is an ORDER BY clause that uses an available index.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Nov 30 2007 4:13 AMPermanent Link

"Jose Eduardo Helminsky"
Thanks

Image