craving94509
Technical User
I have a simple update that seems to take a long time (6 hours). I am wondering if anyone can offer a way to speed it up?
350,000 rows with no null values in the source column. The source column is a text field that has values as long as 3900 characters. There are no indexes on the table.
UPDATE TABLE1 SET COLUMN1 = COLUMN2
Appreciate any help.
350,000 rows with no null values in the source column. The source column is a text field that has values as long as 3900 characters. There are no indexes on the table.
UPDATE TABLE1 SET COLUMN1 = COLUMN2
Appreciate any help.