[Virtuoso-users] Error SR078: The result set is too long, must limit result for at most 2097151 rows

2018-09-05 Thread Peter F. Patel-Schneider
I'm trying to extract information from a large triple store and I'm running into Error SR078, which appears to be a hard limit on the number of rows in a result to 2^21 (for a 64 bit machine). I'm using the http interface and I've already increased the maximum number of http results to well more t

Re: [Virtuoso-users] Error SR078: The result set is too long, must limit result for at most 2097151 rows

2018-09-05 Thread Daniel Hernandez
Peter, I have faced the same problem. It can be partially solved by modifying the code of Virtuoso to remove the hardcoded limit. It implies recompiling Virtuoso. This issue is commented here: https://github.com/openlink/virtuoso-opensource/issues/700 Daniel On Wed, 05 Sep 2018 21:30:01