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 > recreate bad indexes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-05, 05:50
Rodion Rodion is offline
Registered User
 
Join Date: Nov 2003
Location: Moldova
Posts: 25
recreate bad indexes

IDS 9.21
Linux 7.3

I have a table with 4 000 000 rows.
This table change very often(5 rows per second).
This table has bad indexes. How can I recreate indexes on modifying table.
Clients must work with this table during creating indexes.
Reply With Quote
  #2 (permalink)  
Old 01-21-05, 09:34
amarillodba amarillodba is offline
Registered User
 
Join Date: Jan 2005
Posts: 3
Unfortunately you need exclusive access to a table to create an index. So no-one can even be selecting from the table when you create the indexes. You would really have to schedule some down time, and then do your index work.
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