Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increase performance on write
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2014
OS:
Windows 8.1
Network:
Windows 2008 Server
Divers
Thread ID:
01631211
Message ID:
01631311
Vues:
46
>Partition table is available since MSSQL 2008R2 Enterprise
>Table in memeory is available since MSSQL 2014 Enterprise

Table in memory would certainly help for the queries. But, for writes, this would still require to update on disk, after memory would have been updated.

I use this concept in my framework. I load data dictionary tables in memory, and memory refreshes very rarely but upon some isolated changes in the DD occasionnally. Since I have done that, I have offloaded millions of hits towards SQL Server on a daily basis, increased the application performance.

I would see SQL Server achieving the same goals with tables in memory. I would certainly look for that.

However, this is tied to increasing more RAM. So, I would have to start writing more business cases.
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