关于Index

[复制链接]
查看11 | 回复1 | 2005-10-30 17:05:33 | 显示全部楼层 |阅读模式
create table grade
(
student_id number(8) not null ,
class_id number(4) not null,
grade varchar2(2),
constraint pk_grade prmary key (student_id ,class_id)
)
most application access this table by student and class_id , which clause should you add to improve query performance??
1)INDEX-ONLY
2)COMPRESS INDEX
3)ORGANIZATION HEAP
4)ORGANIZATION INDEX
肯定是加index,所以选4,但是ORGANIZATION INDEX这个东西从来没见过啊??
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
看sg024。organization index可以节省拷贝索引列值的空间,提高访问性能。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行