[Virtuoso-users] performance toll for using variables as properties

2016-07-22 Thread Olivier Dameron
Dear Virtuosans, I noticed that queries can be much slower when using variables as properties (even if the variable can only have one value) e.g.: DATA (extract): :display :startRelation :posStart. :gene0 rdf:type :Gene. :gene0 :posStart "53416"^^xsd:numeric. :gene1 rdf:type :Gene. :gene1 :posS

Re: [Virtuoso-users] Release memory without restart

2016-07-22 Thread Hugh Williams
Hi Daniel, Thought I sent this already but seems to have gotten stuck in outbox ... Memory resource consumption improved/reduced by setting ThreadCleanupInterval and ResourcesCleanupInterval in the INI file as detailed in the docs at: http://docs.openlinksw.com/virtuoso/dbadm/ >>> Exam