SharePoint 2013 Performance Issue - Very slow when updating Enterprise Keywords field


Our SharePoint 2013 environment was behaving very slowly and one of the WFE utilization is crazy high.  It is particularly obvious when publisher is trying to update the Enterprise Keywords field (Managed Metadata field) for French site.

After working with MS on troubleshooting, the root cause is identified as Outdated database statistics. Refer to this article for reference: https://support.microsoft.com/en-us/kb/3103194.

Basically, we update the database statistics and remove cache following the article to execute the following.

-- Update DB Stats
EXEC sp_MSforeachtable 'UPDATE STATISTICS ? WITH FULLSCAN'


-- Remove all elements from the plan cache
DBCC FREEPROCCACHE

This should be part of your DB maintenance on regular basis.





Comments

Popular posts from this blog

SharePoint 2013 App Details Page Error

SharePoint 2013 - Working with Display Template for Content Search Web Part

SharePoint 2013 Features Information List