对IOT表进行压缩与对普通表进行压缩一样。首先创建一个iot表create table iot( owner, object_type, object_name, constraint iot_pk primary key(owner,object_type,object_name))organization indexNOCOMPRESSasselect distinct owner, object_type, object_name from all_objects/analyze in
oracle
2023-06-06
147 点赞
2 评论
222 浏览