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: should you seperate indexes from tables in seperate datafiles?

Re: should you seperate indexes from tables in seperate datafiles?

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Tue, 15 Jul 2003 07:04:23 -0700 (PDT)
Message-Id: <25929.337801@fatcity.com>


I separate indexes and tables into different tablespaces for maintenance purposes, not for performance, as there really is no performance benefit if you are on a system with multiple users. At any given time, many users will be doing queries that read the indexes and many users will be doing queries that read the tables. Besides, I don't get to control how my disks are set up (part of that "now now little girl, don't you worry your pretty little head about how the disks are set up, you just leave that sort of stuff to us big <male> data center operations people" crap I get)

Maintenance: if I lose an index tablespace datafile, I can just offline/drop the tablespace and recreate it and the indexes within it rather than do recovery. My indexes and my tables tend to have different extent size requirements (most of my indexes are NOT comprised of all columns in the table) so I separate them for extent size purposes as well.


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! Received on Tue Jul 15 2003 - 09:04:23 CDT

Original text of this message

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