Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing server performance
Message
From
02/04/2015 15:31:51
 
 
To
02/04/2015 15:24:41
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01617674
Message ID:
01617725
Views:
25
>Sounds like an I/O problem. Perhaps you need more horses, especially as fast SSD disk solution.

If that would be an I/O problem, it would not affect the database server as the network transmission would simply take longer to reach the database server but once the request processed at SQL Server level, it would be a fast as usual. Unless, you are talking about the database server itself having problem to communicate with its own disk. Is that what you are referring to?

>Another solution might be to tweak the isolation levels. For some queries you might lower them to read uncommitted. This will not issue read locks and reduce I/O.

All queries are sent with (NOLOCK). Once I did that, this helped to increase the performance overall in the product. However, updates and inserts, for example, cannot be sent like that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform