You were brought to this page based on an internet search
and as a free service to Oracle DBAs.
The text below is an except from the book,
Oracle Performance Firefighting, written by
Craig Shallahamer of
OraPub, Inc.
Figures and tables are not included on this page, only their reference.
To order the book in either print or PDF form, click
here.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
-------------------------------
While the response-time curve can be used when working with batch processes, because of the longer and singular process time focus, it is not nearly as useful. The response-time curve shines when it relates time to small units of work, like a logical IO or the execution of a SQL statement. Because our focus has shifted from small units of work to an entire process or process segment, our method of reflecting the situation must also change. Instead of using a response-time curve, the situation can be conveyed numerically in a table format (see Table 9-5) or by using a simple timeline.
Table 9-5 shows how to set up a batch process analysis. The entire batch process has been segmented into three steps, or segments. Step determination is based on your objectives, available statistics, and your audience. The time data comes from the same sources as with online transactions, but, as you'll see, with a slight yet significant twist. When the process steps have been defined and the respective data collected, a table similar to Table 9-5 can be constructed.
In addition to helping focus the analysis, a setup similar to Table 9-5 naturally allows us to calculate anticipated change with a greater degree of accuracy. For example, if we believe through increased parallelism the Load step's write time can be reduced by 50%, we can easily adjust the table and recalculate the response time. So not only does this table help us understand the situation, target our efforts, and communicate the situation to others, it also aids in anticipating performance improvements.
©2009, 2010 by Craig Shallahamer. This is copyrighted material.
PleaseOut of respect for those involved in the creation of the book and also for
their familes, we ask you to respect the copyright both in intent and deed. Thank you.
|