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

Home -> Community -> Usenet -> c.d.o.server -> Re: Table allocates space on empty columns?

Re: Table allocates space on empty columns?

From: Tom Pall <TPall_at_webtv.net>
Date: Sat, 30 Jan 1999 14:33:28 -0600 (CST)
Message-ID: <6363-36B36C98-46@newsd-142.iap.bryant.webtv.net>


Be careful about columns which are empty upon insert but have data placed in them during updates. This can result in chained rows, which degrades performance. If rows are updated so that there is not enough room in the block to hold them, Oracle will continue a row in the next block. If your application inserts rows with empty columns which are later filled, read about using PCTINCREASE in the Server Concepts manual to avoid this. Received on Sat Jan 30 1999 - 14:33:28 CST

Original text of this message

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