[RSS Feed/News] Merging Post performance issues

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
When merging posts the updateSourceData function ends up doing a lot of work inside a transaction which likely is not required.

This is notable on a very busy forum when merging posts in the same thread, as this can cause deadlocks and cause replying to faill, for the entire node the thread lives in.

Thread::rebuildCounters is called twice, once in updateTargetData and once in updateSourceData.

Additionally;

In updateTargetData
  • The call to...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom