Hi there, I am questioning myself about either use or not use this setting in live. We are suffering low performance and tempdb contention (already applied tempdb split strategy) and memory pressure (lots of cursors created, alerts on SQL Server Error Log) as well as locks generated per linked servers and lots of connections at the same time.
As per my understanding if you activate this parameter you can reduce the latency when you are writing against the transaction log of the database affected. is it so? I also read that if you have a high proportion of transactions smaller than 60 kb and when you don't have either shared or full flash SSD behind, it could bring you benefits.
How can I figure out the average size of my transactions?
Thanks a lot,
*This post is locked for comments