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.
-------------------------------
IMU is one such introduction. It became standard issue starting with the initial Oracle Database 10g release. Oracle knows that for many customers, segment management and, in particular, creating read-consistent buffers, consumes significant computing resources: memory, CPU, and IO. So if the developers can reduce one or all of these consumables while improving performance, they are thrilled. IMU is wonderful, and it sets the stage for transforming other traditionally segment-based operations into in-memory alternatives.
* To allow a transaction to roll back so the database looks just as it did before the transaction started.
* By default, whenever a query starts and ends, the results will match what the database looked like when the query started.
©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.
|