In MySQL, if I have a set of 5000 records and I create a new index for a column that is currently not indexed, will MySQL index all current records and all new records from that point on, or will it only index new records?
Also, it doesn't seem like I can index a column of type DATETIME in MySQL. Is this correct?