OpenSearch/docs/reference/setup
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
..
as-a-service-win.asciidoc [DOCS] Add community supported MSI installer to docs 2014-06-03 10:59:57 +02:00
as-a-service.asciidoc Fix typo in docs 2014-05-14 12:36:35 +02:00
configuration.asciidoc [STORE] Make a hybrid directory default using `mmapfs` and `niofs` 2014-07-10 00:01:43 +02:00
dir-layout.asciidoc [DOCS] various docs fixes 2014-01-23 10:52:13 +01:00
repositories.asciidoc [DOCS] Update elasticsearch version in repositories.asciidoc 2014-06-03 12:30:51 +02:00
upgrade.asciidoc [DOCS] Added tables and fixes to upgrade.asciidoc, fixed version in README.textile 2014-04-10 15:23:07 -04:00