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

Use one search structure per key #36

Open
dbahrdt opened this issue Jan 3, 2021 · 0 comments
Open

Use one search structure per key #36

dbahrdt opened this issue Jan 3, 2021 · 0 comments
Assignees

Comments

@dbahrdt
Copy link
Member

dbahrdt commented Jan 3, 2021

Currently we're using a single suffix array for all keys.
However having one search structure per key is more flexible since we can use different structures per key.
A query is computed as follows:
@<key>:<value> -> use respective structure for key <key>
@<key-prefix> -> use suffix array containing just the keys
string -> use suffix array containing the "important" keys

@dbahrdt dbahrdt self-assigned this Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant