Hi there,
I am trying to upgrade a (staging) server from 19.1.something to the latest version. I installed 19.2.2.4 but then ran into major performance issues. I just downgraded to 19.2.2.3 and it seems to be fine again.
On a closer inspection using SQL Server Profiler, I found that 19.2.2.4 is executing many requests for the page tree. E.g. not something like SELECT * FROM Page but something like SELECT * FROM Page WHERE SomeIdColumn is SomeId. This query is executed many times, causing the W3P worker process to take more than 50% for a long time. This in turn results in timeouts, and broken trees in the backend. I could be wrong about the actual table names that are used in the queries. Since I switched back to 19.2.2.3, I can no longer check it.
Known issue with this release?
Imar
Developer forum
Weird performance issue in 19.2.2.4
Replies
You must be logged in to post in the forum