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: data file sizes

Re: data file sizes

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 12 Jan 2001 22:25:38 -0000
Message-ID: <979338159.25644.0.nnrp-02.9e984b29@news.demon.co.uk>

There is the issue that on Unix File System, inode locking takes place - readers block writers and writers block readers albeit fairly briefly.

Consequently for high-activity systems, especially if there is a fair proportion of writing, you spread the collisions by having a higher number of smaller files.

The effect is usually not terribly significant. However when you start running Parallel Execution slaves, which leaves multiple processes reading and writing to the temporary tablespace to do a large parallel hash join, say, then you may notice a difference. If you make any special cases, at all, make the temporary tablespace a collection of N smaller files, where N is around 2 x your preferred degree of parallelism

--
Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Practical Oracle 8i:  Building Efficient Databases

Publishers:  Addison-Wesley
See a first review at:
http://www.ixora.com.au/resources/index.htm#practical_8i
More reviews at: http://www.jlcomp.demon.co.uk/book_rev.html



gdas_at_my-deja.com wrote in message <93nehn$mbc$1_at_nnrp1.deja.com>...

>Hi,
>
>Are there any performance considerations to take into account when
>sizing index and data tablespace datafiles? Do fewer but larger
>datafiles have any performance benefits to More but smaller datafiles?
>Does the fact that the files are on RAID 5 change the answer.
>
>I've seen some posts here that support more but smaller files due to
>increased manageability, but I was curious if there were any
>performance implications.
>
>Thanks,
>Gavin
>
>
>Sent via Deja.com
>http://www.deja.com/
Received on Fri Jan 12 2001 - 16:25:38 CST

Original text of this message

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