Re: [Virtuoso-users] performance tuning

2008-06-13 Thread Hugh Williams
Hi Erick, Can you confirm that the bitmap indexes are in place on your Virtuoso RDF Quad store table "DB.DBA.RDF_QUAD", you can check this from the Virtuoso Conductor by checking the indexes this table ? The indexes we recommend be set on the table are: create bitmap index rdf_quad_opgs on

Re: [Virtuoso-users] Performance of Inference

2008-06-13 Thread Hugh Williams
Hi Rajeev, I will have to inquire of development as to the internal implementation, although you should be able to use the virtuoso explain command with isql or the conductor interactive sql interface to see how the command is compiled internally for execution, to see if any optimizations

Re: [Virtuoso-users] Performance of Inference

2008-06-13 Thread Hugh Williams
Hi Rajeev, The inference costs are directly related to the complexity of the inference rules. For subclass, and subproperty we haven't see anything significant based on theYago rules applied to DBpedia recently. Is their a specific case/instance in which you are encountering a performance