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

Only load FST off heap if we are actually using mmaps for the term dictionary #43158

Merged
merged 2 commits into from
Jun 13, 2019

Commits on Jun 12, 2019

  1. Only load FST off heap if we are actually using mmaps for the term di…

    …ctionary
    
    Given the significant performance impact that NIOFS has when term dicts are
    loaded off-heap this change enforces FstLoadMode#AUTO that loads term dicts
    off heap only if the underlying index input indicates a memory map.
    
    Relates to elastic#43150
    s1monw committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    981a876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db36946 View commit details
    Browse the repository at this point in the history