I have a large table with a multi-part index. I need to run several queries to update a field that is part of the index. Basically every row will be updated. Would it be faster to drop the index, do all the updates and then re-add it?
EDIT: Added question, why does it take so freaking long to DROP an index? Am I missing something or shouldn't this take about .5 seconds?