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

In Performance Digests the description may be inconsistent #200

Closed
niklas88 opened this issue Mar 6, 2019 · 0 comments
Closed

In Performance Digests the description may be inconsistent #200

niklas88 opened this issue Mar 6, 2019 · 0 comments
Assignees

Comments

@niklas88
Copy link
Member

niklas88 commented Mar 6, 2019

E.g for a query:

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?y ?label WHERE {
  wd:Q60025 ?y ?label .
  FILTER langMatches(lang(?label), "en") .
}

We may get the digest

Join on ?label
result_size: 10 x 2
total_time: 0.00 ms
operation_time: 0.00 ms
cached: true
    OriginalTime: 0.00 ms

  IndexScan ?label <QLever-internal-function/langtag> <QLever-internal-function/@en>
  result_size: 46,350,904 x 1
  total_time: 0.00 ms
  operation_time: 0.00 ms
  cached: true
      OriginalTime: 547.00 ms

  IndexScan <http://www.wikidata.org/entity/Q60025> ?y ?qleverui_entity
  result_size: 1,009 x 2
  total_time: 0.00 ms
  operation_time: 0.00 ms
  cached: true
      OriginalTime: 52.00 ms

which has the inconsistent column names in the second IndexScan because the description is taken from the cache.

@niklas88 niklas88 self-assigned this Mar 6, 2019
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