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: query tune

RE: query tune

From: Mohan, Ross <RMohan_at_arbinet.com>
Date: Tue, 15 Mar 2005 22:26:40 -0000
Message-ID: <CC74E7E10A8A054798B6611BD1FEF4D30625D9BC@vamail01.thexchange.com>


Normally I'd agree w/you Niall, but I read an article on a guru website = (www.dbgurusecrets.com)
that told me there are internal hacks you can do in the database to make = it "go to 11" even if
your volume control only is calibrated for 10. (But, I think you have to = take a course to get
the info.)

Lurching Compulsively to Truncation,=20

etc.=20

-----Original Message-----
From: Niall Litchfield [mailto:niall.litchfield_at_gmail.com]=20 Sent: Tuesday, March 15, 2005 5:22 PM
To: Mohan, Ross
Cc: oracle-l_at_freelists.org
Subject: Re: query tune

ah

I believe you have fallen victim to what gaja would call compulsive = tuning disorder, mladen's suggestion will likely reduce response time to = acceptable levels, there is no need to tune beyond this point :)

If however this were a new system it might be wise to schedule a = truncate... drop storage; command on a regular basis as part of the = system design. As this appears to be a web content management system I = would suggest implementing this on the arrival of new content.

=20
On Tue, 15 Mar 2005 22:06:19 -0000, Mohan, Ross <RMohan_at_arbinet.com> = wrote:
> MG -

>=20

> Why not go all the way...and squeeze EVERY LAST DROP of performance=20
> out =3D of this query?
>=20

> TRUNCATE TABLE URL_PAGES drop storage;
>=20
> I don't understand why some DBAs just don't "cross all the T's and dot =

> =3D all the I's"

>=20

> Yours in Performance,=3D20
>=20

> etc.
>=20
>=20

> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org =3D=20
> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala
> Sent: Tuesday, March 15, 2005 3:32 PM
> To: oracledbam_at_hotmail.com
> Cc: oracle-l_at_freelists.org
> Subject: Re: query tune
>=20

> Seema Singh wrote:
>=20

> >Hi,
> >
> >What changes required in below query to make faster?
> >
> > =3D20
> >
> The following command will speed the query up tremendously:
>=20

> TRUNCATE TABLE URL_PAGES;
>=20

> Executing this command will speed up the query for an order of =3D=20
> magnitude. You don't have to thank me. That is all I can help you with =

> =3D without knowing the availability of indexes, distribution of data =
in=20
> the =3D indexed columns, size of the table and server version.

>=20

> --=3D20
> Mladen Gogala
> Oracle DBA
> Ext. 121
>=20

> --
> http://www.freelists.org/webpage/oracle-l
> --
> http://www.freelists.org/webpage/oracle-l
>=20

--=20
Niall Litchfield
Oracle DBA
http://www.niall.litchfield.dial.pipex.com

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 15 2005 - 17:30:23 CST

Original text of this message

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