Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Optimizing server performance
Message
De
02/04/2015 15:31:51
 
 
À
02/04/2015 15:24:41
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Web
Divers
Thread ID:
01617674
Message ID:
01617725
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform