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

Repeated execution of triple pattern queries which should be prevented by the cache-db #15

Open
Aklakan opened this issue Oct 6, 2020 · 1 comment

Comments

@Aklakan
Copy link
Member

Aklakan commented Oct 6, 2020

Running LSQv2 on LGD revealed repeated attempts to execute SELECT * { ?s ?p ?o } queries; conceptually this should not happen as within a single benchmark run each normalized query string should be attempted to execute only once.

@Aklakan
Copy link
Member Author

Aklakan commented May 19, 2021

The reason was that queries derived from triple patterns of primary queries were treated as 'second-class citizens' which meant they did not go through the caching system.
There have been revisions in the LSQ code base such that both primary and secondary queries use the same cache system.
Most likely this issues is fixed, but a test case should be added for verification.

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