I'm working on a .NET website who runs in load balance within more than one server and because of that I need to have my session on SQL Server.
In the last 2 weeks I've notice that the procedure TempInsertStateItemShort is taking more than 1 second to run.
does anyone had experience that? How can I improve performance on ASPState database?
Here some extra information - currently there is about 10k users on site - about 1k users simultaneous - ASPState database has size of 3mb only (we don't use much Session, only for few things)
Thanks in advance!!!!