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: Oracle Myths- Tablespace placement answered by Oracle

Re: Oracle Myths- Tablespace placement answered by Oracle

From: Thomas Kyte <tkyte_at_oracle.com>
Date: 18 May 2002 07:16:40 -0700
Message-ID: <ac5no802ohh@drn.newsguy.com>


In article <3ce510a9$0$15144$afc38c87_at_news.optusnet.com.au>, Nuno says...
>
>In article <ac2ufu$mcjir$1_at_ID-114862.news.dfncis.de>, you said (and I
>quote):
>>
>> The only reliable benchmark is how it runs on your system.
>
>Yupper.
>
>
>> Even without concurrency in the strictest sense it is still beneficial to
>> put the indexes and data on different disks. The above info relates to one
>> query. There is nothing to stop multiple queries against the same rows and
>> indexes from processing concurrently.
>>
>> So yes, you can get performance benefit by splitting the data and indexes
>> onto different disks."
>>
>
>
>call me a dreamer, but if you put tables and indexes in same tablespace
>and spread that tablespace over a number of devices you get EXACTLY the
>same result as above.

you might even find you get BETTER ;)

the goal -- even IO distribution.

puttting indexes on disk1 and data on disk2 -- you may well find your index (much more cacheable in general then the data) results in very very little physical IO to disk 1. Disk 2 on the other hand it getting beat up.

stripe disk1 and disk2 and you'll get even io in this simple case.

>
>;-D
>
>--
>Cheers
>Nuno Souto
>nsouto_at_optushome.com.au.nospam

--
Thomas Kyte (tkyte@oracle.com)             http://asktom.oracle.com/ 
Expert one on one Oracle, programming techniques and solutions for Oracle.
http://www.amazon.com/exec/obidos/ASIN/1861004826/  
Opinions are mine and do not necessarily reflect those of Oracle Corp 
Received on Sat May 18 2002 - 09:16:40 CDT

Original text of this message

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