dexter 发表于 2012-12-29 00:58:19

All About Oracle's In-Memory Undo

All About Oracle’s In-Memory Undo

The Oracle database is extremely complex software. Part of the solution to performance
optimization is Oracle Corporation itself optimizing the core database kernel code. One such
optimization is the introduction of Oracle’s patented In-memory undo (IMU). Essentially,
instead of maintaining undo in Oracle segments, the undo is managed, as much as possible, in
memory using structures optimized for in-memory operations. But as you will read, how
Oracledoes this is fascinating and foreshadows even greater things to come. But with any
piece of code, there is always the possibility of a bottleneck, so this paper covers how to detect
IMU performance issues and multiple ways to potentially solve the problem(in addition to just
tuning it off).




coolingverse 发表于 2012-12-29 13:11:58

好资料, 支持
页: [1]
查看完整版本: All About Oracle's In-Memory Undo