Benchmark testing is a part of the software development life cycle that involves both developers and database administrators (DBAs) to determine current performance and make changes to improve the performances of the same. The coding should be done very efficiently along with fine tuning the databases so that user can experience the performance improvements.
The Components that are Benchmarked
There are various components in a software that need to be benchmarked to realize the performance changes.
The Components that are Benchmarked
There are various components in a software that need to be benchmarked to realize the performance changes.
- SQL Queries
- SQL Indexes
- SQL Procedures
- SQL Triggers
- Table Space Configurations
- Hardware Configurations
- Application Code
- Networks
- Firewalls