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 > Disable/Enable Index in Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-12-07, 23:35
nick_dbguy nick_dbguy is offline
Registered User
 
Join Date: Jun 2007
Posts: 1
Disable/Enable Index in Informix

Hi all,
Anyone knows how to Enable/Disable index for Informix XPS 8.xx? I need to disable but not drop the index due to rebuilding the index for about 200,000,000 records would be very long. I need to Disable before performing any DML statement and then Enable after all the DML completed. Any idea?
Reply With Quote
  #2 (permalink)  
Old 06-14-07, 08:25
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
Quote:
Originally Posted by nick_dbguy
Hi all,
Anyone knows how to Enable/Disable index for Informix XPS 8.xx? I need to disable but not drop the index due to rebuilding the index for about 200,000,000 records would be very long. I need to Disable before performing any DML statement and then Enable after all the DML completed. Any idea?
http://publib.boulder.ibm.com/infoce...oc/sqls779.htm

this is to IDS 10 , but i think this works in IDS 8 XPS...
if not... look up on the manuals...
http://www-306.ibm.com/software/data...ary/xps_8.html
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
  #3 (permalink)  
Old 06-29-07, 05:32
singhald singhald is offline
Registered User
 
Join Date: Sep 2005
Posts: 9
u can use sql

disbale index on table ;
enable index on table;
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