Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Strategies for sql server performance tuning

$
0
0

The massive and exponential growth of database sizes requires new strategies for maintaining SQL Server performance. Therefore as data sets grow performance is maintained and also improved , but not to deteriorate.

Benchmarking query response times and other key indicators serves as a building block to database performance. The strategy is heavily defined by how detailed a DBA needs to deal with performance bottlenecks.

Maintaining benchmark details such as wait stats, IO,memory and CPU yield fantastic benefits. Once you establish the data gathering and methods to access the data , using this information as part of a triage can save hours of guesswork.

A performance maintenance strategy should include best practises for setting up \ deploying servers, capacity planning and troubleshooting.

These posts are a start on the sorts of issues to consider in developing a strattegy

TPC-H generate test data , test queries and sql database benchmark ...

Performance Metrics used in acceptance tests

What is acceptable database server performance testing

SQL Server - Query baseline testing

SQL Server Install Checklist

Read More on troubleshooting SQL Server memory pressure

Predictability is the key to scalability (SQL Server DBA)

Database Virtual Server Candidacy Criteria

SQL Server - windows Virtual memory and paging file location

Author: Jack Vamvas ( http://www.sqlserver-dba.com )

Viewing all articles
Browse latest Browse all 3160

Trending Articles