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 > expression based fragmentation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-10, 11:36
conundrum conundrum is offline
Registered User
 
Join Date: May 2010
Posts: 1
expression based fragmentation

Hi,
We have fragemnted a table by expression.
The column used for fragmenting is also a part of the index on the table.
When an sql query is fired which uses the index the cost of query comes out to br 1.
When a sql query is fired which does not uses the index and uses the column by which the table is fragmented then the cost of query increases.

My questions is when a fragment from which the data is to be retrieved is identified, can then the index work on this particular fragment. Can we somehow build the index on the fragment level so that retrieval is quick once the fragment is identified.

Or there is no need to fragment when the query uses the index. we actually had more than 23 lacs rows in the table due to which the i/o operation was becoming very slow.
We are trying to fragment this table so that we can achieve better performance.

thanks in advance
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