Why would SQL be very slow when doing updates?
- by ooo
Suddenly doing updates into a few tables have gotten 10 times slower than they used to be. What are some good recommendations to determine root cause and optimization? Could it be that indexing certain columns are causing updates to be slow? Any other recommendations?
I guess more important than guesses would be help on the process of identifying the root cause or metrics around performance.
Is there anything in Fluent NHibernate that you can use to help identify the root cause of performance issues?