Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Indexing rate decays dramatically over time #9

Open
calispqr opened this issue Jul 27, 2015 · 1 comment
Open

Indexing rate decays dramatically over time #9

calispqr opened this issue Jul 27, 2015 · 1 comment
Labels

Comments

@calispqr
Copy link

Hi,

When initiating the _reindex API I've noticed initially the DPS is around 2.5K docs/second. The problem I'm seeing is that over time DPS starts to degrade and eventually getting down to 600 DPS.

Cluster information:
single node cluster 3 shards no replicas,
64GB Ram (32GB allocated to ES)
index1 containing 65 Million documents. The index takes up 12GB of space so I'm getting an average doc size of .203KB Pretty small.
Disk space 1.7TB

The new index is on the same machine and you can see the output of the indexing rate over an extended period of time.

image

In addition I've followed most of the indexing performance enhancement tips suggest by ES. i.e. refresh_interval : -1

I can provide additional metrics if necessary. Also I was thinking that it might be an issue with the search so I turned the debug and info logging up but no search logs are coming through. Is a scroll / scan not considered a search? Doesn't make sense.

Thanks,
Michael Hunn

@marevol
Copy link
Contributor

marevol commented Jul 30, 2015

Hmm, could you change more shards(10 or the above) for the new index?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants