I'm using Java 1.7 and the ES bulk API with the java client to load json documents to and embedded Elasticsearch 1.7.1 instance.
Over the many hours this takes to run, I notice a gradual degradation in the rate of documents loaded per minute. I'm doing this on linux with spinning media, not an SSD. I'm not sure whether this is expected behaviour as the underlying Lucene indices grow and later inserts spend more time seeking to find where to insert. Or whether it may be something else.
Has anyone else observed this ?