...增强索引效能的另一个方法是向一个现有索引中添加列,以增加与查询谓词匹配的列数,或者获得更多查询的仅限于索引(index-only)的访问。但是要小心使用这一策略;您并不想以在索引键中包含数据表所有列的方式在索引中复制一个表。
基于56个网页-相关网页
Index only tables 唯索引表
index-only scans 避免访问堆数据
Index-only queries 仅对索引进行查询
index-only table 惟一索引表
index-only scan 仅索引扫描
index access only 完全索引访问 ; 完整索引拜访
index only 指标反映
Indexes that will provide index-only access for the SQL statement.
为sql语句提供进索引访问的索引。
If feasible, add STATUS to the index to make the qualification index-only.
如果可行,在索引中增加STATUS,来使得有效性只适用索引。
Since both LASTNAME and DEPTNO are part of the index, we will get index-only access.
因为LASTNAME和DEPTNO都是索引的一部分,我们将获得仅限索引的访问。
As we've seen systematically in the don't-takes, the only thing that gets changed is the index.
当我们系统的看这些,不应该装的物品时,唯一改变的是索引值。
应用推荐