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 > MySQL > after inserting do i have to reindex

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-01-04, 00:46
diuyan diuyan is offline
Registered User
 
Join Date: Feb 2004
Posts: 3
after inserting do i have to reindex

I'm using VB to insert the data, do i have to reindex.
Reply With Quote
  #2 (permalink)  
Old 03-01-04, 03:17
aus aus is offline
Registered User
 
Join Date: Oct 2003
Location: Denver, Colorado
Posts: 137
Re: after inserting do i have to reindex

MySQL maintains the index of records inserted and updated. You don't have to rebuild the index every time you insert. If you suspect a bad index file, run CHECK TABLE <tablename> EXTENDED and all the keys in the table will be verified. This can take a long time.
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