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}');

Done. -- 121 msec.
SQL>

Best Regards
Hugh Williams
Professional Services
OpenLink Software

        
On 22 Apr 2008, at 02:00, Kunal Patel wrote:

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 and displaying them.

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ---------------------------------------------------------------------- ---
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http:// java.sun.com/javaone_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to