Skip to content

QST: any idea of the impact of the tweaks used compared to the original algorithm? #2

Description

@theroggy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions