If you know how often each entity will be accessed, you will be able to predict potential bottlenecks in the system. To estimate how frequently each entity will be accessed:
Sample entity access rates
The following table shows how often three sample database entities might be added, deleted, updated, or retrieved in the course of business at Commonweather Corporation.
Entity Name |
Adds |
Deletes |
Updates |
Reads |
DEPARTMENT |
3/year |
3/year |
1/week |
25/day |
EMPLOYEE |
4/month |
3/month |
8/week |
100/day |
JOB |
1/week |
1/week |
5/week |
25/day |
Copyright © 2014 CA.
All rights reserved.
|
|