Re: Getting ResultSet From Cursor Too Slow
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 27 Jul 2005 14:02:40 -0700
what's the most important to you, the time to get
the result set, or the time it takes to process
the result set? If the former, don't set the fetch size,
and if the latter, set it to as many rows as you
expect. However, there's probably nothing much
you can do to make the DBMS faster when it is
sending you the data you ask for. Do try the very
latest 10G driver. It is faster than any previous.
Joe Weinstein at BEA
.
- Follow-Ups:
- Re: Getting ResultSet From Cursor Too Slow
- From: Corey
- Re: Getting ResultSet From Cursor Too Slow
- References:
- Getting ResultSet From Cursor Too Slow
- From: Corey
- Getting ResultSet From Cursor Too Slow
- Prev by Date: Getting ResultSet From Cursor Too Slow
- Next by Date: Re: Getting ResultSet From Cursor Too Slow
- Previous by thread: Getting ResultSet From Cursor Too Slow
- Next by thread: Re: Getting ResultSet From Cursor Too Slow
- Index(es):