Re: [Virtuoso-users] How to get estimated execution time from Virtuoso? 'explain' can only give compile time?

2015-09-07 Thread Wei Zhang
Can anyone help? I want to get the estimated execution time by command... Thank you very much for your time. Best Regards, Wei Zhang From: Wei Zhang [mailto:wei.zhan...@adelaide.edu.au] Sent: Monday, 7 September 2015 5:30 PM To: virtuoso-users@lists.sourceforge.net Subject: [Virtuoso-users] How

[Virtuoso-users] Problem with federated query

2015-09-07 Thread Francesco Balzu
Hi !! I have a problem with the following query : select *where { ?sensor rdf:type km4c:SensorSite. ?sensor dcterms:identifier 'FI055ZTL00901'. SERVICE { SELECT ?sensor ?obs { ?obs km4c:isObservationOf ?sensor. }

[Virtuoso-users] How to get estimated execution time from Virtuoso? 'explain' can only give compile time?

2015-09-07 Thread Wei Zhang
Dear All, I have a question regarding to get estimated query execution time from Virtuoso. Most the posts I have searched out regard to setting the upper limit of execution time in configuration file. But I want to get the estimated time from Virtuoso directly rather than from the error line su