Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: reducing LIO's
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-lReceived on Fri Apr 01 2005 - 07:43:08 CST
![]() |
![]() |