Re: Find time taken by a particular query in Jena TDB

2013-12-21 Thread Andy Seaborne
On 20/12/13 20:25, Rose Beck wrote: Also I even checked the code...i think this whole reasoning is in sync. Please correct me if I am wrong? On Sat, Dec 21, 2013 at 1:51 AM, Rose Beck wrote: Great answer..but after repeating the execution of the one would not get cold cache time..right? So,

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
Also I even checked the code...i think this whole reasoning is in sync. Please correct me if I am wrong? On Sat, Dec 21, 2013 at 1:51 AM, Rose Beck wrote: > Great answer..but after repeating the execution of the one would not get > cold cache time..right? So, I think --time is great for gettin

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
Great answer..but after repeating the execution of the one would not get cold cache time..right? So, I think --time is great for getting the cold cache time used by Jena..right? On Sat, Dec 21, 2013 at 1:43 AM, Andy Seaborne wrote: > On 20/12/13 15:18, Rose Beck wrote: > > So that means (if I

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Andy Seaborne
On 20/12/13 15:18, Rose Beck wrote: So that means (if I am not wrong) that --time gives the cold cache time. What you can do is use --repeat=X,Y which does X warmup repeats and then Y actual executions. (see --help) But these are really to compare effects of changing the query or, for de

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
Thanks for the awesome reply. It has really helped me clear a lot. You are really an awesome and great individual Andy. So that means (if I am not wrong) that --time gives the cold cache time. On Fri, Dec 20, 2013 at 8:41 PM, Andy Seaborne wrote: > On 20/12/13 14:16, Rose Beck wrote: > >> Ok.

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Andy Seaborne
On 20/12/13 14:16, Rose Beck wrote: Ok. Thanks a lot Andy for the link. Mainly for Maria who has asked the question before But now from the question ...I am bit curious to understand what is meant by a running system and time taken to attach a store..in Jena docs. Can you please clarify? T

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
I am very sorry if it seems a question which is too naive...but I am just curious? On Fri, Dec 20, 2013 at 7:46 PM, Rose Beck wrote: > Ok. Thanks a lot Andy for the link. > > But now from the question ...I am bit curious to understand what is meant > by a running system and time taken to attach

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
Ok. Thanks a lot Andy for the link. But now from the question ...I am bit curious to understand what is meant by a running system and time taken to attach a store..in Jena docs. Can you please clarify? On Fri, Dec 20, 2013 at 7:43 PM, Andy Seaborne wrote: > On 20/12/13 14:00, Maria Jackson wro

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Andy Seaborne
On 20/12/13 14:00, Maria Jackson wrote: Is it possible to find the time that a particular query takes to run(compilatiion + execution time) in Jena TDB. I think it is possible add these within the code. But is there any other way out...is there some build-in Jena TDB feature which allows me to f

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Maria Jackson
Yes I am running my program on a single server. But I am unable to understand what is the overhead that is associated with "--time". On Fri, Dec 20, 2013 at 7:36 PM, Rose Beck wrote: > I think she can use "--time". > But I dont understand what is meant by store there..therefore I am not > sure.

Re: Find time taken by a particular query in Jena TDB

2013-12-20 Thread Rose Beck
I think she can use "--time". But I dont understand what is meant by store there..therefore I am not sure. I think you are running your program on a single server..so check out if it helps. Exact text: Invoke a SPARQL query on a store. Use --time for timing information. The store is attached on

Find time taken by a particular query in Jena TDB

2013-12-20 Thread Maria Jackson
Is it possible to find the time that a particular query takes to run(compilatiion + execution time) in Jena TDB. I think it is possible add these within the code. But is there any other way out...is there some build-in Jena TDB feature which allows me to find the time a query takes in total (i..e