Skip to content

Partial SPARQL results on indexing OCRS #16

Description

@stain

ops-search fails to index all of the OCRS compounds, with:

PREFIX cheminf: <http://semanticscience.org/resource/>
SELECT *
WHERE {
 GRAPH <http://ops.rsc.org> {
    ?id cheminf:CHEMINF_000476 ?title .
 }
}

on http://ops2.few.vu.nl:8890/sparql

Indexing the OCRS graph
gives only 1048576 SPARQL result rows, which is incomplete, as the graph contains 1364639 compounds on 1.5, and 1439397 compounds on 2.0.

1048576 is 1024*1024 - which is much less than the configured virtuoso.ini setting of:

ResultSetMaxRows = 500000000

@ghard reckons this is caused by a different limitation somewhere in Virtuoso.

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