We're having an issue with one of our sites. It's a large DNN Platform site version 8.0.4, with close to 1000 pages of content that is close to going into production. We have been using 2sxc 9.10 to manage the content on the site, unfortunately it's now grinding to a halt whenever we try to save content.
It appears that the SQL queries that are causing the problems are ones that are joining between 2 tables (i.e EAV_Attributes and EAV_EntityRelationships OR EAV_Values and EAV_Attributes). These queries also have hundreds (sometimes thousands) of records after 'WHERE IN'.
We have tried indexing a couple of the tables EAV_Values and EAV_EntityRelationships. This did speed it up a bit, but unfortunately not to a usable speed.
The issue seems to be exasperated when there are multiple users editing content on the site.
Any help on this issue would be greatly appreciated.
Thanks
EDIT: We ended up doubling the amount of RAM available on the server to 8gb. This seems to have fixed things for the moment. We don't believe the issue has fully gone away, but the server is dealing better with the queries being executed than it was before.