Skip to content

eliminate limit of 20k results #6

Description

@VladimirAlexiev

The Virtuoso instance has a limit of 20k results.
Some simple queries run in no time at all, but suffer from this limit.

Eg here's a query to get all software repositories (with the idea of discovering Github repos devoted to ML, and their respective Github tags, so as to snowball into more ML/AI repos):

prefix lpwcc:   <https://linkedpaperswithcode.com/class/>
prefix fabio:   <http://purl.org/spar/fabio/>

select * {
  [] a lpwcc:repository; fabio:hasURL ?repo
} 

Should return 173k but returns 20k.

Eliminate the limit of 20k results.
Or consider the option of rehosting on GraphDB and setting a query-timeout, but no result-limit.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions