Hi all,


We are currently implementing marmotta in our system but!



When trying this query :



SELECT * FROM <sesame:nil> {





                               ?kw rdf:type Keyword .

                               ?kw2 rdf:type Keyword .

                               ?kw2 ?rel ?kw .



}



on a database containing 60 000 keywords, marmotta is creating 60 000 *
60 000 queries similar to this one :

SELECT
id,subject,predicate,object,context,deleted,inferred,creator,createdAt,deletedAt
FROM triples WHERE deleted = false AND subject = '458172920399523841' AND
object = '458172732532453376' AND context = '458172711103754240'



Which obviously takes a long time.



This query takes 2 sec on Virtuoso or Owlim, is there any configuration
issue or something we should change?



Regards,

___



[image: dipia]

 Maxime Poitevineau-Millin - *M* : 06 33 17 64 28

* T : *03 80 40 33 46 - *F* : 04 84 25 03 63

Reply via email to