warehouse 客栈
===========================================================
什么是index的leading column(索引的前导列)?
===========================================================

看到经常有人问此问题!doc的原话,看到了随手记录下!


A leading portion of an index is a set of one or more columns that were specified first and consecutively in the list of columns in the CREATE INDEX statement that created the index. Consider this CREATE INDEX statement:

CREATE INDEX comp_ind 
ON table1(x, y, z);

  • x, xy, and xyz combinations of columns are leading portions of the index
  • yz, y, and z combinations of columns are not leading portions of the index
warehouse 发表于:2008.04.22 18:30 ::分类: ( 性能优化 ) ::阅读:(86次) :: 评论 (1)
re: 什么是index的leading column(索引的前导列)? [回复]

x算是前导列,用到x的查询条件都会用到这个索引,这么理解对吧

fulzu 评论于: 2008.04.22 21:29

发表评论
标题

在此添加评论
表情符号: smile laughing tongue angry crying sad wassat wink

称呼

邮箱地址(可选)

个人主页(可选)




切换风格
新闻聚合
博客日历
文章归档...
最新发表...
博客统计...
网站链接...