Hallo!
I wonder...
Maybe you know it, but GeoPackage is a rather popular GIS data format based on sqlite. To be able to do fast spatial queries an rtree index is used, which is a standard/built-in feature of sqlite.
I noticed that the creation of an rtree index in sqlite/geopackage can take quite some time for large datasets... So, I wonder if you have an idea on the speed improvements that the changes you applied in your implementation compared to the original rtree paper give.
If they are significant, maybe the sqlite developers would be interested to implement them in their rtree implementation as well?
For reference, a ticket I opened in the sqlite forum regarding this: https://sqlite.org/forum/forumpost/af937a36b3
Regards,
Pieter
Hallo!
I wonder...
Maybe you know it, but GeoPackage is a rather popular GIS data format based on sqlite. To be able to do fast spatial queries an rtree index is used, which is a standard/built-in feature of sqlite.
I noticed that the creation of an rtree index in sqlite/geopackage can take quite some time for large datasets... So, I wonder if you have an idea on the speed improvements that the changes you applied in your implementation compared to the original rtree paper give.
If they are significant, maybe the sqlite developers would be interested to implement them in their rtree implementation as well?
For reference, a ticket I opened in the sqlite forum regarding this: https://sqlite.org/forum/forumpost/af937a36b3
Regards,
Pieter