Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: separate tablespaces for tables and indexes

RE: separate tablespaces for tables and indexes

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Mon, 13 Dec 2004 13:56:08 -0600
Message-ID: <83FCA77436D6A14883E132C63F4101D001E4B7D5@pscdalpexch50.perotsystems.net>


"All of your arguments about 'indexes and their tables were read serially
anyway', to me, only really holds up when, as you say, there is only one user on the machine."

When there are a hundred users on a machine and your top 10 busiest segments happen to be table segments you have accomplished nada by splitting the index segments. So multiuser system still does not matter. Why not have a rule split all tables > 200MB on separate disk, split tables starting A-M on Disk1 and N-Z on Disk2, you see these rules are all arbitrary just like the split index/tables argument.

Tables are also accessed sequentially (just like indexes) so you may have table read, table read, index read, table read. It doesn't matter if that is one session or hundreds.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 13 2004 - 13:51:37 CST

Original text of this message

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