I have to do a cleaning to a table that has a little more than 4 million records, it is only 5 columns. I already have the script ready to execute it, but in one part it executes a SELECT * FROM mytable; Do you think the server will crash?
I have to do a cleaning to a table that has a little more than 4 million records, it is only 5 columns. I already have the script ready to execute it, but in one part it executes a SELECT * FROM mytable; Do you think the server will crash?
It may. The select could also take a very long time, depending on the size of the records.