Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: simple sql optimize help/mlml
On 18 Jun 2004 17:08:23 GMT, ae299_at_FreeNet.Carleton.CA (Michel Lee)
wrote:
>What can i do to improve on the speed without using concatednated indexes
>create index userlogdate_ix on ws_log
> (user_id,log_date) tablespace websenseixts NOLOGGING;
Not much apart from posting the explain for the original query, which
you for some reason left out.
Other than that 'indexing every column is beneficial for performance'
is of course a fairy tale.
-- Sybrand Bakker, Senior Oracle DBAReceived on Fri Jun 18 2004 - 12:26:12 CDT