If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > indexes in seperate dbspace better?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-15-04, 07:59
GoldenBoy GoldenBoy is offline
Registered User
 
Join Date: Sep 2003
Posts: 10
indexes in seperate dbspace better?

I am wondering if it makes any sense to seperate a huge table from its indexes by placing both in seperate dbspaces? Can anyone way in on this? I would just like to squeeze every drop of performance I can out of the database side of something before I have to think about changing hardware.
__________________
Karma...it works regarless of your belief in it.
Reply With Quote
  #2 (permalink)  
Old 04-15-04, 14:01
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Yes, this makes sense. Especially when the chunks of those dbspaces reside on other disks. Even if this is not the case it could be optimal, because IDS will access it more in parralel.
If possible also consider fragmenting the big tables (and even indexes)across several dbspaces/disks. This can be very nice.

Hope this helps,

Rob Prop
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On