了解oracle数据库数据访问机制

前端之家收集整理的这篇文章主要介绍了了解oracle数据库数据访问机制前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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

有关阅读执行计划和解释其含义的更多信息,我会推荐这本书:

Troubleshooting Oracle Performance by Christian Antognini

猜你在找的Oracle相关文章