Previous Topic: Estimating I/Os for TransactionsNext Topic: Sample Exercise #2: Estimating I/Os for an Update Transaction


Sample Exercise #1: Estimating I/Os for a Retrieval Transaction

Suppose you need to estimate I/Os for the following transaction:

Identify skills for an employee.

In this transaction, the user specifies an employee ID value and the system returns the employee ID, name, skill code, skill level, and skill description for the specified employee. This transaction uses the EMPLOYEE entity as an entry point to the database.

I/O estimates

By analyzing the access path of the transaction, you can make the following I/O estimates for each entity accessed:

Estimating I/Os for a sample retrieval transaction

A total of six I/O operations will be performed by this transaction, as shown below.

A total of six I/O operations will be performed by this transaction.