|
ZALBB 发表于 2012-6-27 10:52 ![]()
和我的想法不一样:
OLTP 用于日常的dml, BASIC 用于大规模的数据加载,或者MOVE 操作。
按照Oracle自己的描述应该是不一样的,11g比10g的压缩不仅仅是做了些调整,很多功能都是新增的。
下面是Oracle的原文的描述:
It is important to mention that table compression enhancements introduced in Oracle Database 11g are not just incremental changes. An enormous amount of work has gone into making sure that the new compression technology has negligible impact on updates because any noticeable write-time penalty due to compression will not be acceptable in an OLTP environment. As a result, compression technology in Oracle Database 11g is very efficient and could reduce the space consumption by 50–75%. And while you do that, not only your write performance does not degrade, but also your read performance or queries improve. This is because unlike desktop-based compression techniques where you have to wait for data to be uncompressed, Oracle technology reads the compressed data (less fetches needed) directly and does not require any uncompress operation.
|
|