Re: Oracle performance

From: Don Berryman <berryman_at_mail.qp.gov.bc.ca>
Date: 1996/04/04
Message-ID: <316381F6.35E2_at_mail.qp.gov.bc.ca>#1/1


mj wrote:
>
> We are running a 7.2 Database on a Sun server 1000e:
> 256 MB RAM, 2 CPU, 12x2 GB storage and one IO controller card.
>
> I have been trying to optimize tablespace distribution across
> devices to improve performance, here are the results:
>
> 1) All tables in one TS on one device all indexes in another TS on
> another device
> Total TS's 2
> Total devices 2
> Time taken to complete three way join query: 20 seconds
>
> 2) All tables in separate TS on separate devices and all indexes
> in separate TS's on separate devices.
> Total TS's 6
> Total Devices 6
> Time taken to complete three way join query: 20 seconds
>
> The only common element here is the temporary tablespace which was
> the same for both and is on one device.
>
> I had hoped to see some big difference in performance here....?
>
> Any ideas would be welcome..
> MJ
>
> --
> QMICK_at_PIPELINE.COM

I'm no expert but I suspect that you need more IO controllers. From your posting take it that you have 12 disk on one controller. I recently went to a Data Warehousing Talk and a Sun Tuning Expert recommended no more than 3 or 4 disk per controller. The problem is that a SCSI bus is rated at MAXIMUM through put (if I remember correctly) 10-20 Meg/Second thus this would be the next bottle neck you'd run into after moving eash Table and Index to a seperate disk. Received on Thu Apr 04 1996 - 00:00:00 CEST

Original text of this message