Hi,

I am running some queries that output many results. Virtuoso has a default 
limit 
of 10000 results, so I changed it with the following options in the INI file.

ResultSetMaxRows = 0
MaxMemInUse = 0

Despite that according the documentation [1] these options means no limits on 
the
size of result sets, I got a limit of 2^20 =  1048576 when executing queries. 
In other
engines (e.g. Fuseki) I get more than 2^20 results with the same queries.

Is there a way to configure Virtuoso to avoid limits on the result set size?

(I do not use OFSET/LIMIT to get all the results, because I do not want to
order the results.)

Cheers,
Daniel

[1]: http://docs.openlinksw.com/virtuoso/dbadm/#ini_sparql



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to