Hi Guys,
UPDATE table1 SET col1='True'
This query takes more than 30 secs for about 6000 records. Why is it so slow?
Hi Guys,
UPDATE table1 SET col1='True'
This query takes more than 30 secs for about 6000 records. Why is it so slow?
Do you have a trigger?
And see my answers here too: Why does an UPDATE take much longer than a SELECT?