Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: reducing LIO's
Maybe because you started using the Index and the table in your query where,
before, you were just using the FTS of the table.
The real question is *not* the LIO count, but the response time. Did it reduce the end-users response time? Remember, all of our diagnostics tools don't mean spit if the response time is not better.
-----Original Message-----
From: The Human Fly [mailto:sjaffarhussain_at_gmail.com]
Sent: Thursday, March 31, 2005 9:56 AM
To: niall.litchfield_at_gmail.com
Cc: Mercadante, Thomas F; oracle-l_at_freelists.org
Subject: Re: reducing LIO's
Well, I have done it. I have created combination index on those two colums and when my query was not using the index, I have even forced it to use, it reduces the cost but buffer_get were very high. My question was, LIO can be reduced by creating indexs, if so, why my buffer_gets were higher with INDEX hint? Well, we can't avoid this query as it is mandatory query for every trading transaction.
On Thu, 31 Mar 2005 15:46:00 +0100, Niall Litchfield
<niall.litchfield_at_gmail.com> wrote:
> Jaffar wrote
>
> On Thu, 31 Mar 2005 17:33:18 +0300, The Human Fly
> <sjaffarhussain_at_gmail.com> wrote:
> > Here is the query and its execution plan,
> >
> > Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash
Value
> > --------------- ------------ -------------- ------ -------- ---------
-- Best Regards, Jaffar, OCP DBA Banque Saudi Fransi Saudi Arabia ---------------------------------------------------------------------------- ------------ "It is your atittude, not your aptitude that determins your altitude." -- http://www.freelists.org/webpage/oracle-lReceived on Thu Mar 31 2005 - 10:03:11 CST