OpenSearch/docs/reference
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
..
analysis Docs: Language analyzers 2014-07-07 10:06:18 +02:00
cat [DOCS] Fielddata cat API added in 1.2.0 2014-06-03 11:06:28 +02:00
cluster DOC:Added field data circuit breaker settings 2014-06-26 10:29:41 +02:00
docs [DOCS] Add information regarding _type parameter requirement for _mget 2014-07-03 15:38:06 +02:00
images [Doc] Add a chart about the relative error of the percentiles aggregation. 2014-03-14 12:23:23 +01:00
index-modules [STORE] Make a hybrid directory default using `mmapfs` and `niofs` 2014-07-10 00:01:43 +02:00
indices Guard against improper auto_expand_replica values 2014-06-07 01:19:06 +02:00
mapping Docs: Improved the docs for nested mapping 2014-07-08 15:54:11 +02:00
migration [DOCS] Included the `_percolator` index breaking change to migration docs. 2014-02-20 16:43:06 +01:00
modules Docs: Update plugins.asciidoc 2014-07-09 16:15:59 +02:00
query-dsl Docs: Add clarifying text about regexp and terms 2014-07-03 11:39:57 +02:00
search Update preference.asciidoc 2014-07-09 11:13:17 +02:00
setup [STORE] Make a hybrid directory default using `mmapfs` and `niofs` 2014-07-10 00:01:43 +02:00
testing [TEST] Randomized number of shards used for indices created during tests 2014-03-10 13:01:52 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Disable JSONP by default 2014-07-09 21:17:17 +02:00
cat.asciidoc [DOCS] reordered cat apis menu 2014-06-03 11:06:35 +02:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
getting-started.asciidoc [DOCS] Java 7 is required since 1.2.0 2014-05-30 10:45:22 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
index.asciidoc [DOCS] getting started tutorial 2014-04-22 13:33:03 -04:00
indices.asciidoc [DOCS] Removed leftover indices status link 2014-04-28 11:39:12 +02:00
mapping.asciidoc [DOCS] Moved multi fields documentation into the core-types page 2014-01-22 10:05:58 +01:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc Benchmark documentation 2014-04-14 14:08:41 -07:00
setup.asciidoc [DOCS] Java 7 is required since 1.2.0 2014-05-30 10:45:22 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00