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 partitioning on 1 CPU, 1RAID controller - is it has a sense?

Re: Table partitioning on 1 CPU, 1RAID controller - is it has a sense?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: 2000/03/15
Message-ID: <38CF9A3B.49FA@yahoo.com>#1/1

Oleg Fedorenkov wrote:
>
> Hi, All!
>
> I am in doubts.Table(index) partitioning on a system with 1 CPU, 1RAID
> controller - is it has a sense?
> Or it's worth to do it only on multyCPU and multidisk systems?
>
> With best regards,
> Oleg Fedorenkov

Having parallel processing etc etc is great for scanning many partitions at once, but partitioning can still be very useful on even the smallest of servers.

Partition elimination (where the optimiser can rule out the need to read one or more conditions) can dramatically improve the performance of table scans and the like...

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Wed Mar 15 2000 - 00:00:00 CST

Original text of this message

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