Re: Performance problems with has parent filter

2014-04-01 Thread Karol Gwaj
/guide/en/elasticsearch/reference/current/docs-update.html Regards, Karol Gwaj On Sunday, March 30, 2014 8:28:33 AM UTC+1, Lauri wrote: Hi, I'm having performance problems with has parent filter. The for the child document is: { program: { _parent: { type: series

Re: Performance problems with has parent filter

2014-04-01 Thread Lauri Fjällström
: Hi, I'm having performance problems with has parent filter. The for the child document is: { program: { _parent: { type: series }, ... } } And for the parent document: { series: { ... properties: { ... subject:{ type: object

Re: Performance problems with has parent filter

2014-03-31 Thread Binh Ly
Looking briefly, sounds normal to me. Remember has_parent is a join whereas your other query is a straight to one type/no join query. The only thing I can think of is if you feel you have spare capacity per node, try increasing the number of shards a bit (like maybe 6 shards) and see if it

Performance problems with has parent filter

2014-03-30 Thread Lauri
Hi, I'm having performance problems with has parent filter. The for the child document is: { program: { _parent: { type: series }, ... } } And for the parent document: { series: { ... properties: { ... subject:{ type: object, properties