I got the error message "[OpenLink][Virtuoso iODBC Driver][Virtuoso
Server]SR319: Max length of a temp row (10508)  exceeded" with the
following query:

select distinct ?r max(?v5) as ?_n_f_t_m_s_
(bif:concat(bif:search_excerpt(bif:vector('trueg.'), ?v2))) as
?_n_f_t_m_ex_ where { { ?r ?v1 ?v2 . ?v2 bif:contains "'trueg.'" OPTION
(score ?v5) . } UNION { ?r ?v1 ?v3 . ?v3 ?v4 ?v2 . ?v4
<http://www.w3.org/2000/01/rdf-schema#subPropertyOf>
<http://www.w3.org/2000/01/rdf-schema#label> . ?v2 bif:contains
"'trueg.'" OPTION (score ?v5) . } . ?r a ?v6 . ?v6
<http://www.semanticdesktop.org/ontologies/2007/08/15/nao#userVisible>
'true'^^<sopranofakes:/booleanHackUntilVirtuosoProblemIsResolved> . }
LIMIT 10

What does the error mean and what can I do to avoid it?

Cheers,
Sebastian

Reply via email to