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: Bytes per record?

Re: Bytes per record?

From: BobH <b-horton_at_worldspam.att.net>
Date: 1998/05/07
Message-ID: <6itr5b$539@bgtnsc03.worldnet.att.net>#1/1

Ian wrote:
>
> Hi
>
> I hope you can help me with this.
> How do you work out the bytes one record will take up?
>
> I can work out using the number of bytes for the segment, the number of
> extents and the number of rows but this is surely not an accurate figure.
>
> The reason is that we have a 1.5million record table that is using 555Mb,
> but it is about to be extented to 8million records, I need to work out the
> size of the next extents since the maximum is the operating system default
> of 121, and the current number of extents is 10.
>
> If you could email the reply i would appreciate it
>
> Thanks in advance
>
> Ian

I wouldn't worry about being down to the byte. If you've analyzed your table, use avg_row_len. (looks like 2.8gig to hold 8M rows).
You can override the default with alter table. I normally try to create my 1st extent to hold all data (on initial load). Received on Thu May 07 1998 - 00:00:00 CDT

Original text of this message

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