- 最后登录
- 2014-1-27
- 在线时间
- 37 小时
- 威望
- 45
- 金钱
- 456
- 注册时间
- 2012-5-4
- 阅读权限
- 10
- 帖子
- 45
- 精华
- 1
- 积分
- 45
- UID
- 403
|
1#
发表于 2012-8-12 12:41:31
|
查看: 4527 |
回复: 2
在tom谈到:
COMPRESS/NOCOMPRESS: Both ASSM and MSSM. Enables or disables compression of
table data during either direct path operations or during conventional path
(“normal,” if you will) operations such as INSERT. Prior to Oracle 9i Release 2, this
option was not available. Starting with Oracle 9i Release 2 through Oracle 10g
Release 2, the option was COMPRESS or NOCOMPRESS, to either use or not use table
compression during direct path operations only. In those releases, only direct
path operations such as CREATE TABLE AS SELECT, INSERT /*+ APPEND */, ALTER
TABLE T MOVE, and SQL*Loader direct path loads could take advantage of
compression. Starting with Oracle 11g Release 1 and above, the options are
NOLOGGING, COMPRESS FOR OLTP, and COMPRESS BASIC. NOLOGGING disables any
compression, COMPRESS FOR OLTP enables compression for all operations (direct or
conventional path), and COMPRESS BASIC enables compression for direct path
operations only.
以上有NOLOGGING disables any compression ,意思是如果表设置为nologging属性后,指定表的压缩属性不起任何作用吗? 谢谢! |
|