R树

来源:互联网 发布:像素大厨 mac 编辑:程序博客网 时间:2024/06/08 02:00

R树是一种高效的空间数据库索引方法。在学习R树之前应先对B树有所了解。

学习R树的最佳资料莫过于它的提出人Antonin Guttman 1984年在SIGMOD上发表的论文”R-Trees: A Dynamic Index Structure for Spatial Searching"。

下面是几个学习链接:

http://www.rtreeportal.org/index.php?option=com_frontpage&Itemid=1

http://wenku.baidu.com/view/3e62950f52ea551810a6877b.html

http://wenku.baidu.com/view/1f9fd880e53a580216fcfe81.html?from=rec&pos=4&weight=3&lastweight=3&count=5

http://blog.renren.com/share/224165461/1846016576

http://km2.iiietc.ncu.edu.tw/xms/forum/show.php?id=8959

http://blog.csdn.net/cheungmine/article/details/2675066

http://blog.csdn.net/v_JULY_v/article/details/6530142

http://www.codinglabs.org/html/theory-of-mysql-index.html#nav-4-1

原创粉丝点击