(Re)loading the R Tree with spatialindex library

巧了我就是萌 提交于 2019-12-08 11:31:28

Did you maybe not sync your changes to disc?

Plus, usually one would implement the tree on-disk, and not read it completely on the first access. So at this point, it cannot report accurate statistics.

Or maybe your bulkLoadRTree does not use fileInMem.

One has to delete the fileInMem so the pages are further sent back to disk and further sent back to delete *disk. This line needs to be added before delete disk:

delete fileInMem
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!