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 -> Parallel processing advantages

Parallel processing advantages

From: Scott Watson <swatson_at_datachest.com>
Date: Thu, 12 Apr 2001 14:58:29 GMT
Message-ID: <pojB6.642289$JT5.17477940@news20.bellglobal.com>

I would like to know if there is any advantage to using parallel processing in the following situation. Now before you tell me that it would be better to stripe the table across disks and the like I realize that, however, I wanted to know if there was any advantage without changing the table whatsoever.

Situation.
1 table 10,000,000 rows.
Stored in one tablespace with all datafiles on the same disk. Access is read only

Is there any performace increase when scanning a table that is on the same disk in parallel or is it better to scan it serially.

My thinking would be as follows. If there was only one user accessing the table, and the table was the only object stored on the disk in question then parallel processing would not be faster. However, assuming that this is not the only object on disk and that multiple user may be using the table at any given time then wouldn't PQ be better as n slaves would be able to read n*mulit block read count bytes on each read. Therefore getting through the table quicker all the while services other request from the same disk.

Thanks for your input.
Scott Watson. Received on Thu Apr 12 2001 - 09:58:29 CDT

Original text of this message

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