Hi,

I am facing a performace issue when I am trying to index the data using
DIH.. I have a model as below

Tables
--------
Object
ObjectProperty
ObjectRelationship


Object --> ObjectProperty ---- one to Many Relationship
Object --> ObjectRelationship ---- one to Many Relationship

We need to get the object and its related properties / relationship in a
single document.

So as of now I have a outer query in DIH config which loops over the
objectid and for each objectid my inner query retreives the data from
objectrelationship/objectproperty table. 

The performace seems to be very bad (took 4+ minutes to index 4000 rows /
590 documents) and I am trying to figure out a way to improve the
performance. 

It would be great if someone can give me a suggestion on how to overcome /
work around to this problem.

Also it would be great if someone can provide me with any tips that can
improve the indexing performance.

Thanks,
Barani




-- 
View this message in context: 
http://old.nabble.com/Performance-issue-in-indexing-the-data-with-DIH-when-using-subqueries-tp27692967p27692967.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to