Hi,

Just came upon an error I don't seem to be able to get around..

"22026 Error SR319: Max row length is exceeded when trying to store a string of 4951 chars into a temp col"

when running a rather simple sparql query over a graph which contains a mere 702 triples (quadstore contains 38,326,545 over all graphs though):

select * where {
  ?item foaf:maker <http://webr3.org/nathan#me> ;
  dcterms:created ?created ;
  dcterms:title ?title ;
  rdfs:seeAlso ?link .
  OPTIONAL { ?item dcterms:abstract ?abstract }
  OPTIONAL { ?item content:encoded ?encoded }
} order by desc(?created)


Virtuoso version:
 Version 6.1.1.3127-pthreads as of Apr 8 2010

Any fixes or workarounds?

Best,

Nathan

Reply via email to