- 最后登录
- 2016-9-8
- 在线时间
- 10 小时
- 威望
- 5
- 金钱
- 9
- 注册时间
- 2012-12-11
- 阅读权限
- 10
- 帖子
- 20
- 精华
- 0
- 积分
- 5
- UID
- 808
|
1#
发表于 2012-12-29 00:58:19
|
查看: 2949 |
回复: 1
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).
IMU 1n doc.pdf
(455.62 KB, 下载次数: 4, 售价: 2 金钱)
|
|