Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hybridfs store type #36668

Merged
merged 4 commits into from
Jan 2, 2019
Merged

Commits on Dec 15, 2018

  1. Add hybridfs store type

    With this commit we introduce a new store type `hybridfs` that is a
    hybrid between `mmapfs` and `niofs`. This store type chooses different
    strategies to read Lucene files based on the read access pattern (random
    or linear) in order to optimize performance.
    
    This store type has been available in earlier versions of Elasticsearch
    as `default_fs`. We have chosen a different name now in order to convey
    the intent of the store type instead of tying it to the fact whether it
    is the default choice.
    danielmitterdorfer committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    eded7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9d1b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    870b006 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    1145852 View commit details
    Browse the repository at this point in the history