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

Faster query: applied WITH/AS/WHERE to postpone looking up labels and author info #2299

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

egonw
Copy link
Collaborator

@egonw egonw commented Jul 15, 2023

Not a fix, just a more performant query. The problem was that the list of recent articles for Nature:

image

Description

This patch applies our common solution of WITH/AS in the SPARQL query.

Caveats

Please list anything which has been left out of this PR or which should be considered before this PR is accepted
Check any of the following which apply:

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
    • I have made corresponding changes to the documentation
  • This change requires new dependencies (please list)

Testing

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have not used code from external sources without attribution
  • I have considered accessibility in my implementation
  • There are no remaining debug statements (print, console.log, ...)

@egonw egonw added the performance the way Scholia treats the machines using it label Jul 15, 2023
@fnielsen fnielsen merged commit fac2054 into WDscholia:master Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance the way Scholia treats the machines using it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants