Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: chained rows and performance
Also, what is your PCTUSED / PCTFREE? This, along with the block size and
avg row length, contributes to row chaining. Another possibility is if you
have a LONG column ; the LONG data is stored with the record. With LOBs
you can store the LOB separate from the rest of the record.
What caused the chaining? Frequent updates, where the updated record is
larger in size? Frequent deletes/inserts with a poorly sized PCTUSED /
PCTFREE?
-Ari Kaplan
www.arikaplan.com
On Sun, 8 Oct 2000, Jared Still wrote:
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20> >=20
> >=20
> > Hello,
> >=20
> > i'm getting very poor performance which i suspect is due to a high
> > number of chained rows appearing after trying to insert data into a
> > large number of columns of an existing table while using a cursor loop.
> >=20
> > can anyone help me?
> >=20
> > Thanks,
> >=20
> > Regards,
> >=20
> > Nick
> >=20
> >=20
> >=20
> > Mit freundlichen Gr=FCssen
> > Nicholas Lack
> >=20
> > Bayerische
> > Arbeitsgemeinschaft f=FCr Qualit=E4tssicherung
> > in der station=E4ren Versorgung
> > Westenriederstr. 19
> >=20
> > 80331 M=FCnchen
> >=20
> > TEL.: 089 21159012
> > FAX : +49 89 21159019
>=20 >=20
>=20 >=20
>=20> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
![]() |
![]() |