从
another question开始:
Full table scans,index range scans,
fast full index scans,nested loops,
merge join,hash joins etc. are simply
access mechanisms that must be
understood by the analyst
有人可以解释每一个,并提供我可以进一步阅读它们的地方吗?
解决方法
有关连接的更多信息,我建议您阅读Jonathan Lewis的一些文章:
> Nested Loop Join
> Hash Join
> Merge Join
有关阅读执行计划和解释其含义的更多信息,我会推荐这本书: