Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: speed up select distinct
if your only concern is the performance of this particular query,
cover the query with an index, that is, create an index on all the
columns involved in it:
(COLUMN5, COLUMN1, COLUMN2, COLUMN3, COLUMN4),
and gather statistics
Received on Wed May 11 2005 - 09:01:34 CDT
![]() |
![]() |