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

Add support for 'SetLike' keys #13

Open
Aklakan opened this issue Oct 14, 2021 · 0 comments
Open

Add support for 'SetLike' keys #13

Aklakan opened this issue Oct 14, 2021 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented Oct 14, 2021

The StorageComposers API allows for building arbitrarily nested collection topologies in order to realize tuple tables. Currently this limited to 'scalar' keys. This means that only equals or ANY constraints can be realized - i.e. for some tuple table find all rows where the components match ('foo', ANY, 'bar'). With SetLike values we could express constraints such as find all tuples having ids in the range 1 to 5 - e.g. ('foo', ANY, 'bar', [1..5]).

In the end its about enabling support of efficient range queries with the index system.

@Aklakan Aklakan changed the title aksw-commons-index: Add support for 'SetLike' keys Add support for 'SetLike' keys Oct 14, 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