DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Indexes into special tablespace

  1. #1
    Join Date
    Nov 2005
    Posts
    2

    Indexes into special tablespace

    Is it usefull when you put all indexes from all schemas into one tablespace ? but i came across some indexes of IOT type, that cannot be moved

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    not really no

  3. #3
    Join Date
    Nov 2005
    Location
    USA
    Posts
    32
    index is dependent on the table and it will be useful to put table and index in different disks to optimize the disk i/o. if you are striping across multiple disks then probably, having tables and indexes on separate disks wont help.

  4. #4
    Join Date
    Mar 2002
    Posts
    534
    Hesperornis,

    Why should it be usefull?
    Which advantages do you expect from it?

  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Quote Originally Posted by sunil_kandi
    index is dependent on the table and it will be useful to put table and index in different disks to optimize the disk i/o.
    that is not true

  6. #6
    Join Date
    May 2003
    Location
    Pretoria, Rep of South Africa
    Posts
    191
    Hesperornis

    goto http://otn.oracle.com and read everything on indexes,then you can make your own educated presumption
    Able was I ere I saw Elba

  7. #7
    Join Date
    Nov 2005
    Location
    USA
    Posts
    32
    can u tell me why having tables and indexes in seperate disks wont help. i suppose tht will optimize i/o.

  8. #8
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    because the I/O in an index scan is serialized

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width