Guidelines
You can reduce the likelihood of bottlenecks resulting from area and entity occurrence contention by making appropriate changes to the physical database design. To make intelligent design decisions to reduce contention, you must first identify potential bottlenecks.
Chapter 10, "Identifying Application Performance Requirements" showed you how to determine:
By examining this information closely, you can identify potential bottlenecks in the physical database. For example, if you know that two different database entities will be accessed often, you can assign these entities to different areas to avoid area contention. Additionally, you can schedule the execution of high-priority programs to reduce the likelihood of contention with other programs.
Copyright © 2014 CA.
All rights reserved.
|
|