Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Improving the speed of the below query

Re: Improving the speed of the below query

From: James Williams <willjamu_at_mindspring.com>
Date: Wed, 21 Feb 2001 22:35:50 GMT
Message-ID: <3a94424d.286871@nntp.mindspring.com>

The true problem was a VIEW breaking all the rules. It contained aggregate functions which causes the view not to be materialized.

I created a Materialized View for OTV and the query response went from 15 minutes to 10 seconds!

Its a DSS environment! Received on Wed Feb 21 2001 - 16:35:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US