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
..
2014-07-09 16:36:23 +02:00
2014-03-09 19:45:16 +01:00
2013-10-05 17:10:30 +02:00
2014-01-23 10:52:13 +01:00

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elasticsearch/docs