Thanks for your reply Graham. Unfortunately the query is coming from Umbraco itself, for example when document-, media- or member properties are saved, so it's not easy to modify it. Are there other Our-member who had the same issue on high traffic sites with members? We’re using Umbraco 8.2.2
Long SQL waits on umbracoLock
Hi,
Since a two weeks where getting quite often long waits on our SQL server on this query:
The waits can run up to +40 seconds. umbracoLock is a very small table with only 10 rows an 3 cols. What can be a reason gettings waits on this table?
Best regards,
iNETZO
Try Using.....
SELECT value FROM umbracoLock WITH (NOLOCK) WHERE id=@0
Thanks for your reply Graham. Unfortunately the query is coming from Umbraco itself, for example when document-, media- or member properties are saved, so it's not easy to modify it. Are there other Our-member who had the same issue on high traffic sites with members? We’re using Umbraco 8.2.2
Sorry that did not work for you. Based on your reply, this may need to be a fix in a future upgrade.
is working on a reply...