On Mon, Jul 09, 2001 at 10:32:56AM -0700, Tim Harsch wrote: > > > Regarding Oracle, it stops after the first row that matches. I > > tested this > > on a table with 50 million rows, with a where clause that would select 20 > > million rows. The query returned in seconds. Here are the statistics: [snip] > PS was your column indexed? It was. With a non-indexed column, as you might expect, the speed of the query depends on how much of the table Oracle has to scan to find one that matches. Ronald
- Re: Checking for the existence of a certain row. Thomas A . Lowery
- RE: Checking for the existence of a certain row. Tim Harsch
- Re: Checking for the existence of a certain row. Michael A. Chase
- Re: Checking for the existence of a certain row. Peter J . Holzer
- Re: Checking for the existence of a certain row. M.W. Koskamp
- RE: Checking for the existence of a certain row. Tim Harsch
- Re: Checking for the existence of a certain row. Peter J . Holzer
- RE: Checking for the existence of a certain row. Dan Hopkins
- Re: Checking for the existence of a certain row. Ronald J Kimball
- RE: Checking for the existence of a certain row. Tim Harsch
- RE: Checking for the existence of a certain row. Ronald J Kimball
- RE: Checking for the existence of a certain row. Michael Peppler
- RE: Checking for the existence of a certain row. Sarnowski, Chris
- RE: Checking for the existence of a certain row. Wilson, Doug