-
Notifications
You must be signed in to change notification settings - Fork 51
linkinghere module: string_output_string is longer than 10Mb #192
Comments
maybe we limit the query to 6? (more is not shown here) |
If I understand you right you suggest the following patch:
I can't test it locally because the exports ends with the following exception: SPARQL Error: [unixODBC][OpenLink][Virtuoso iODBC Driver][Virtuoso Server]SR353: Sorted TOP clause specifies more then 11000 rows to sort. Only 10000 are allowed. Either decrease the offset and/or row count or use a scrollable cursor () in query: … It seams that we have more scaling problems :-( |
@hgg: please upgrade your installation and report success or fail ... |
Hello. I got the same error than you with the last version.
While the limit is set in the linkingheremodule:
|
I found something else related to this error:
This node I got the same error with another similar type of instance :
The error appears when I load an instance that is linked to a such "very linked" instance. |
some sparql query in the linking here module is not optimal for large datasets:
SPARQL Error: [unixODBC][OpenLink][Virtuoso iODBC Driver][Virtuoso Server]HT057: The STRING session in string_output_string is longer than 10Mb. Either use substring to access it in parts or place less data in it. () in query: define output:format "JSON" SELECT DISTINCT ?subject ?uri FROM http://leipzig-data.de/Data/Adressen/ WHERE { ?subject ?uri http://leipzig-data.de/Data/Model/Adresse . }
as seen here: http://leipzig-data.de/Data/resource/properties?r=http%3A%2F%2Fleipzig-data.de%2FData%2FModel%2FAdresse
The text was updated successfully, but these errors were encountered: