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 > Tables and indexes in diferent dbspaces

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-27-05, 07:09
pari269 pari269 is offline
Registered User
 
Join Date: Sep 2004
Posts: 5
Tables and indexes in diferent dbspaces

In an Informix database, the tables are in different dbspace & indexes are in different dbspace

Would this effect the query performance.

Please throw some light on this.
Reply With Quote
  #2 (permalink)  
Old 01-27-05, 10:52
lgaxiola lgaxiola is offline
Registered User
 
Join Date: Aug 2004
Posts: 99
Hi,

it is totally recommended to put data and indexes in different dbspaces that point to different storage devices. Not only the query performance is better, but also any inserts, updates and deletes since you have two or more disks working in parallel.

Hope this helps
Reply With Quote
  #3 (permalink)  
Old 01-27-05, 11:25
captainhog captainhog is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
You will get even better performance if the disks are on separate channels.
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