From: Bryan T. <br...@sy...> - 2014-10-17 08:47:32
|
You would need to add timers into the AST2BopUtility.convert() method. Bryan On Thursday, October 16, 2014, Jyoti Leeka <jy...@ii...> wrote: > Dear All, > > I loaded the following data into BigData in RDR (by creating namespace > in mode RDR) using BigData workbench > (http://www.bigdata.com/download): > > @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . > <x> rdf:type rdf:Statement . > <x> rdf:subject <Tolkien> . > <x> rdf:predicate <wrote> . > <x> rdf:object <LordOfTheRings> . > <x> <said> <Wikipedia> . > > After which I queried bigdata using: > select ?tolkien ?rings where { ?x > <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> ?tolkien. ?x > <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <wrote>. ?x > <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> ?rings. ?x <said> > <Wikipedia>. } > > Bigdata workbench reported the execution time of this query, but I am > also interested in getting the detailed breakdown i.e. query optimizer > cost and query runtime cost. Is it possible to get such a detailed > breakdown. If yes, how? > > Thanks & Regards, > Jyoti Leeka > PhD Student > IIIT-Delhi > India > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Bigdata-developers mailing list > Big...@li... <javascript:;> > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > -- ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://bigdata.com http://mapgraph.io CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |