elasticsearch/docs/reference/indices
Michael McCandless b9358ccca8 Core: switch to auto IO throttle for merges
This adds a new boolean (index.merge.scheduler.auto_throttle) dynamic
setting, default true (matching Lucene), to adaptively set the IO rate
limit for merges over time.

This is more flexible than the previous fixed rate throttling because
it responds depending on the incoming merge rate, so search-heavy
applications that are not doing much indexing will see merges heavily
throttled while indexing-heavy cases will lighten the throttle so
merges can keep up within incoming indexing.

The fixed rate throttling is still available as a fallback if things
go horribly wrong.

Closes #9243

Closes #9133
2015-01-16 13:00:08 -05:00
..
aliases.asciidoc
analyze.asciidoc
clearcache.asciidoc
create-index.asciidoc
delete-index.asciidoc
delete-mapping.asciidoc
flush.asciidoc
get-field-mapping.asciidoc
get-index.asciidoc
get-mapping.asciidoc
get-settings.asciidoc
indices-exists.asciidoc
open-close.asciidoc
optimize.asciidoc
put-mapping.asciidoc
recovery.asciidoc
refresh.asciidoc
segments.asciidoc Stats: Added verbose option to segments api, with full ram tree as first 2015-01-06 10:04:52 -08:00
stats.asciidoc
templates.asciidoc Docs: Adds documentation for indices.exists_template 2014-11-25 19:36:01 +01:00
types-exists.asciidoc
update-settings.asciidoc expose current CMS throttle in merge stats; fix tests, docs; also log per-merge stop/throttle/rate 2015-01-11 05:52:43 -05:00
upgrade.asciidoc Update upgrade.asciidoc 2015-01-16 13:55:22 +01:00
warmers.asciidoc