Previous Topic: Determining the Number of Entities in Each RelationshipNext Topic: Determining How an Entity Should Be Stored


Determining How Often Each Entity Will Be Accessed

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