You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary key column id skips indices and thus causes the table to fill up much more rapidly than it should. This is probably caused by using INSERT ... ON DUPLICATE KEY ....
The primary key column
id
skips indices and thus causes the table to fill up much more rapidly than it should. This is probably caused by usingINSERT ... ON DUPLICATE KEY ...
.Example:
The text was updated successfully, but these errors were encountered: