OpenSearch/docs/reference/index-modules
Simon Willnauer 1cf62e7782 Use unlimited flush_threshold_ops for translog
Currently we use 5k operations as a flush threshold. Indexing 5k documents
per second is rather common which would cause the index to be committed on
the lucene level each time the flush logic runs which is 5 seconds by default.
We should rather use a size based threshold similar to the lucene index writer
that doesn't cause such agressive commits which can slow down indexing significantly
especially since they cause the underlying devices to fsync their data.
2014-04-22 16:37:07 +02:00
..
allocation.asciidoc Update allocation.asciidoc 2014-04-17 14:42:58 +02:00
analysis.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
cache.asciidoc [DOCS] remove extraneous ` from cache page 2014-04-02 16:07:00 -06:00
codec.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
fielddata.asciidoc Added global ordinals (unique incremental numbering for terms) to fielddata. 2014-04-07 11:06:41 +07:00
mapper.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
merge.asciidoc [DOCS] Update merge docs to reflect the max_merge_at_once property 2014-04-15 16:42:23 +02:00
similarity.asciidoc add lucene language model similarities (Dirichlet & JelinekMercer) 2014-04-07 10:48:03 +02:00
slowlog.asciidoc Remove garbage 2014-04-15 17:57:25 +02:00
store.asciidoc fix docs to reflect removal of byte buffer memory 2014-02-03 09:54:30 -05:00
translog.asciidoc Use unlimited flush_threshold_ops for translog 2014-04-22 16:37:07 +02:00