auto increment - auto_increment value change affect performance in MySQL? -
I changed the auto_increment value of a MySumable table to 1000000. Does this affect the performance of reading / writing? I thought that a list of rows is requested every time before the DB Engine ID 1000000. Not everyone should be impressed by the reading / writing performance. Just setting the auto_interpret value to a higher number does not mean that there is a big difference between the rows.
All the best, Fabian
Comments
Post a Comment