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

R*tree indexes #14

Open
ronancremin opened this issue Jun 29, 2021 · 2 comments
Open

R*tree indexes #14

ronancremin opened this issue Jun 29, 2021 · 2 comments

Comments

@ronancremin
Copy link

Hi—do you know if sql.js-httpvfs will work efficiently (or at all) on Sqlite's optional R*tree index type?

@phiresky
Copy link
Owner

phiresky commented Jul 5, 2021

I don't know how r*tree indexes are structured internally so I can't say specifically how efficient they would be. In general though, since optimizing disk accesses which is done for normal application helps with this library as well, it should work pretty well.

To make it work at all, sqlite probably needs to be recompiled with the SQLITE_ENABLE_RTREE flag.

@ronancremin
Copy link
Author

Thanks! I'll give it a go.

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

2 participants