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 > Sybase > Index Rebuild - Performance issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-11, 02:11
mad_man12 mad_man12 is offline
Registered User
 
Join Date: Mar 2011
Posts: 6
Index Rebuild - Performance issue

Hi,

I have rebuilt a clustered index on a sybase table that results in dropping and recreation of all the
non clustered index too. The rebuilt was sucessful ,after rebuilt to my suprise the processing of data went significatly slower which i expected to be faster, if i run some sample individual
queries on the table it is very fast as compared to before but the entire process flow(uses other tables and procedures too including this table) where it processes the data has gone down.

Is it something to do with update stattics and sp-recompile as i hadn't done that after the indexes was rebuilt.

Please advice
Reply With Quote
  #2 (permalink)  
Old 04-28-11, 03:46
pradeep123 pradeep123 is offline
Registered User
 
Join Date: Apr 2011
Posts: 1
Index Rebuild - Performance issue

Yes, Please run update statistics and sp_recompile(if you're using below ASE15) and test your processing. this is becase the statistics might not been updated to use the new index.
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