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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: reducing LIO's

RE: reducing LIO's

From: Mercadante, Thomas F <thomas.mercadante_at_labor.state.ny.us>
Date: Fri, 1 Apr 2005 07:38:53 -0500
Message-ID: <C9995D8C5E0DDA4A8FF9D68EE666CE0704AC03EA@exchsen0a1ma>


Sami,

You can use the concept of an IOT if your query is against one table. Simply put all of the columns from your query into an index. A simple test would answer whether it is good for you or not.

Tom

-----Original Message-----
From: Sami Seerangan [mailto:dba.orcl_at_gmail.com] Sent: Thursday, March 31, 2005 9:48 PM
To: thomas.mercadante_at_labor.state.ny.us
Cc: Igor Neyman; sjaffarhussain_at_gmail.com; oracle-l_at_freelists.org Subject: Re: reducing LIO's

Thomas,
I have a similar situation(query) and needs performance improvement. My understanding is that IOT is good for lookup tables. Can I use IOT for transaction tables(gets updated every few mins).

Did anyone try clustering the tables involved in joins to improve the performance?

On Thu, 31 Mar 2005 09:42:30 -0500, Mercadante, Thomas F <thomas.mercadante_at_labor.state.ny.us> wrote:
> I agree. I reduced a very slow OLTP summary query from 3 minutes to 5
> seconds using an IOT. This query was used every time a user hit their
home
> page.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 01 2005 - 07:43:08 CST

Original text of this message

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