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.
-------------------------------
Although multiple bugs were logged when IMU was first introduced, it now works wonderfully. But the real question and our chief concern in this book is this: Does it improve response time? This is especially important for applications with heavy consistent read activity, since these use undo extensively.
I decided to perform an experiment. Before I share the results, I'll explain how I set up the experiment. Take a deep breath, and continue.
The server is a single Intel CPU/core Dell box with 512MB of memory, running Oracle Database 11g Release 1, with a 256MB of shared pool memory, a buffer cache of 4MB (yes, I know it's small, but it forces a lot of IO), and running on Oracle's unbreakable Linux 5. Each of the two main tests (IMU enabled and IMU disabled) was run nine times. The worst time was removed from each series, resulting in eight samples. Before each of the two tests, the instance was recycled, and the DML load was started and left to stabilize for about 5 minutes. Then a heavy read-consistent query was run four times. CPU and wall clock time statistics were collected before and after each query; that is, the wall clock time is the difference between the time at the end of the last query subtracted from the time before the first query.
©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.
|