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

Property indexing #13

Open
unreadablewxy opened this issue May 16, 2020 · 0 comments
Open

Property indexing #13

unreadablewxy opened this issue May 16, 2020 · 0 comments
Labels
unplanned Might want, thoughts?

Comments

@unreadablewxy
Copy link
Owner

unreadablewxy commented May 16, 2020

Let's expand & generalize the querying functionality of the system.

  • The file system already serves as a good mechanism to do discrete querying. i.e. questions like "is there a file satisfying predicate P"
  • The question then becomes, is there a good way to do intersections on predicates?
    • Sort-Merge-Join. Global ordering allows us to do this without needing to sort, cutting out a "N" out of the time complexity
    • Build sqlite indices. Not as appealing, but joins is what they're good at, so maybe we've finally found a valid purpose for them in this project?
@unreadablewxy unreadablewxy added the unplanned Might want, thoughts? label May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unplanned Might want, thoughts?
Projects
None yet
Development

No branches or pull requests

1 participant