Re: [Virtuoso-users] Query regarding Virtuoso's generated plan

2016-01-31 Thread Hugh Williams
Hi Maria, Basic details on understanding query plans can be found at: http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#perfdiagqueryplans Is there a specific problem you have having with the query ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. //

[Virtuoso-users] Query regarding Virtuoso's generated plan

2016-01-28 Thread Maria Jackson
Dear All, I ran the following query on Virtuoso: select ?a?b?c?h?f?fnco ((?f+1001) * (?fnco+1) as ?ero) where{ graph ?g{?a ?f} graph ?g1{?a ?b} graph ?g2{?b ?c} graph ?g3{?c ?h} graph ?g4{?g3 ?fnco}} order by asc(?ero) limit 50 The above query generated the following plan. If possible, can s