Jump to content

[SOLVED] When are indexes updated?


sphinx9999

Recommended Posts

I have a large amount of data (20m+ rows) in tableA with no indexes. I am copying this to tableB which has an index on a date field. I am copying it using INSERT INTO tableB SELECT * FROM tableA type syntax. Will mysql update the index once for each row in tableA (boooo) or once at the end of the query (yaaay)? If the former is true then I guess I can delete the index before starting and then recreate it at the end.

 

Thanx

Link to comment
https://forums.phpfreaks.com/topic/127845-solved-when-are-indexes-updated/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.