Jump to content

Does index rebuild on Insert/Update?


holly

Recommended Posts

I just discovered how to make an index on my MySQL database, which vastly speeds up my query speed - hurray! So here\'s a really basic question I can\'t see an answer to in the MySQL manual - when I add another chunk of data to my table, via INSERT, or change data via UPDATE, are the indexes I\'ve created rebuilt automatically? From what I\'ve read, it sounds like they are, but I\'m not sure.

 

If the index updates automatically, then performance-wise, is it faster to DROP and recreate the index when updating rather than let it update automatically? Table has around 200K records in it, if that matters.

 

thanks,

Holly

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.