Early in the design process, you need to determine how often each transaction will be executed. This can give you an indication of how the transaction might affect the overall performance of the system.
To determine how often particular transactions will be executed:
Sample transactions
The following table shows how often three typical transactions will be executed.
Transaction |
Processing Mode |
Time |
Priority |
Frequency of Access |
Add or delete a claim |
Online |
3 seconds |
High |
100/day |
List of employees for an office |
Batch |
15 minutes |
Medium |
5/week |
Show salary grade for all jobs |
Online |
6 seconds |
Low |
5/week |
Copyright © 2014 CA.
All rights reserved.
|
|