Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce an rtree-based index #2215

Open
normen662 opened this issue Jul 9, 2023 · 0 comments
Open

introduce an rtree-based index #2215

normen662 opened this issue Jul 9, 2023 · 0 comments

Comments

@normen662
Copy link
Contributor

For a lot of queries it would be beneficial to utilize higher-dimensional indexing. An rtree-based index structure can provide a multidimensional span of values which would then allow us to quickly answer queries with multiple inequalities without a lot of discarded records.

MMcM pushed a commit that referenced this issue Jul 17, 2023
…2216)

* prototype of fetch a partial tree of an r-tree

* save point

* savepoint 2

* node splitting implemented

* save point

* inserts as rectangular queries functional

* stats test work

* insert/update/select works

* delete code path code-complete

* insert/update/delete pass unit tests

* docs

* addressed Alec's comments
alecgrieser pushed a commit that referenced this issue Nov 1, 2023
…2316)

* rtree optionally using a secondary node slot index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant