|
|
|
|
|
by saddist0
779 days ago
|
|
Another common mistake I have seen: duplicating tables without the indexes. This is not how it works, period. CREATE TABLE <abcv2> SELECT * FROM <abc> WHERE <>
People do it all the time, either to create a backup table, or deleting data in bulk, etc. |
|
If something goes pear-shaped or I really need them, I can create those indexes later.