We are asked to specify the production database hardware for an ASP.NET web application that is not yet built.
The spectra that we need to determine are as follows:
- Core processor
- Database I / O
- Database RAM
Here are the indicators I'm currently looking at:
- Estimated number of future web site accesses based on current IIS logs.
- The estimated worst peak loads for the site.
- Estimated number of database queries per page, on average.
- The number of servers in the web farm that will delete the database.
- Tracing a cache from a database (using SqlCacheDependency).
- Invalid data cache skips.
- Estimated number of daily database transactions.
- The maximum allowed page rendering time.
Any other metrics we should consider?
In addition, as soon as we get all these indicators, how do they switch to equipment requirements?
performance sql-server architecture hardware
frankadelic
source share