Hello all,
we are having performance issues on clusterd instance. For example DB restore time increase from 50minutes to like 2h with the same DB size (1,3TB). SQL server version is Microsoft SQL Server 2012 - 11.0.5532.0 (X64) Enterprise Edition
On this cluster is running 13 SQL server instances.
But the main one lets call it DB01 has these issues.
For this instance there is set max memory limit of 96GB which all is used.

There is like 9 UserDBs in total 1,4TB.
What is strange to me is that even there is running lot of transactions currently 340 processes when checking sp_who2. TEMPDB is almost not used, it has unlimited growth on dedicated disc with more then 200GB space but TEMPDB usage looks like this>

How it is possible it is not using TEMPDB at all, like I know it should be good sign that things can be sorted in memory probably, but it is on max limit and perfromace dropped and it is strange TEMP is not used at all.
Is there any parameter to check specifically?