Hi Kunal,
The time shown does include both execution and presentation of the
the results.
If you want an idea of the execution time only then you can use the
Virtuoso exec() function to execute a query without returning
results, for example:
SQL> exec('sparql SELECT * WHERE {?s ?p ?o}')
Hi,
When I execute a query using isql it also shows the time that it took for the
query to execute,
For example:
7 Rows. -- 5438 msec.
Is this the time taken by the Virtuoso Server to execute the query (i.e.
server execution time) or does this time also include serializing the results