You are on page 1of 1

Db2 Performance Tuning

Read mechanisms : DB2 uses various read mechanisms to access data in an


efficient manner Dynamic Prefetch Sequential Prefetch List Prefetch Index Lookaside

Locking: From a performance viewpoint, we want to minimize the amount of locks that
we take.

Lock Avoidance : Lock avoidance is critical for performance. Its effectiveness is


essentially controlled by application commits.

Sorting :

You might also like