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.
-------------------------------
9 It always bothers me when Oracle doesn't use its own features. Are they trying to tell us something?
I'll never forget this: I had just accepted Oracle's offer to join their consulting organization, and an old guy1 at my current workplace asked me very seriously, "Why would you want to work for Oracle? Their database is so slow." While I don't remember my response, I do remember thinking, "I don't really care. I just want out of this place!" But as I came to learn, Oracle was slow, and that was because it successfully manages massive amount of data. My previous employer's database (which was really a glorified virtual storage access method file manager) had no concept of read consistency or rolling a transaction back, so it commonly had corrupted files, which meant that we need to take the database offline and try to rebuild the files. I learned data management capabilities came at a price, both financially and in performance.
If Oracle systems did not need the capability to roll back, provide read-consistent views of data, or quickly recover, both undo and redo could be eliminated. Oracle systems would fly! But we would be spending all of our time trying to recover lost data. My point is that data management requires computing resources. In this chapter, we are concerned about one of the largest database management resource consumers: redo generation.
©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.
|