I need to update a field in a table, there is an index on this field, which is not primary key.
So i decide to deactivate this index, in order to perform faster update.
seems, 2 millions records i can update around half an hour, it is ok, but when i try to enable this index, even i set pdqpriority 100, it still take too long time, any other configuration i should take into account?