Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Poor mans RAID10...
Volker Hetzer wrote:
> Hi!
> I'm thinking of distributing one tablespace across several spindles simply by
> having one tablespace consisting of several datafiles.
>
> Does anybody know about how oracle (9i, Linux) actually allocates space
> across the different datafiles?
> Is one table always in one file or is the granularity the extent?
>
> Lots of Thanks!
> Volker
Hi Volker,
extents are allocated in a round robin fashion, so with several datafiles, each datafile holds about the same number of extents.
However, with regard to your subject: this is at best Raid 0 ;-)
Cheers,
Holger Received on Mon Mar 15 2004 - 11:09:33 CST