OpenSearch/docs/reference/index-modules
Simon Willnauer d82a434d10 [STORE] Make a hybrid directory default using `mmapfs` and `niofs`
`mmapfs` is really good for random access but can have sideeffects if
memory maps are large depending on the operating system etc. A hybrid
solution where only selected files are actually memory mapped but others
mostly consumed sequentially brings the best of both worlds and
minimizes the memory map impact.
This commit mmaps only the `dvd` and `tim` file for fast random access
on docvalues and term dictionaries.

Closes #6636
2014-07-10 00:01:43 +02:00
..
allocation.asciidoc Enable DiskThresholdDecider by default, change default limits to 85/90% 2014-06-12 16:35:29 +02:00
analysis.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
cache.asciidoc Updated cache.asciidoc 2014-07-04 14:26:20 +02:00
codec.asciidoc [DOCS] Clarify the trade-off of the `disk` doc values format. 2014-06-13 13:24:53 +02:00
fielddata.asciidoc Fixed JSON in fielddata docs 2014-07-01 12:53:10 +02:00
mapper.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
merge.asciidoc Upgrade to Lucene 4.8.1 2014-05-19 20:47:55 +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 [STORE] Make a hybrid directory default using `mmapfs` and `niofs` 2014-07-10 00:01:43 +02:00
translog.asciidoc Use unlimited flush_threshold_ops for translog 2014-04-22 16:37:07 +02:00