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

Also mmap terms index (.tip) files for hybridfs #43150

Merged
merged 3 commits into from
Jun 12, 2019

Commits on Jun 12, 2019

  1. Also mmap terms index (.tip) files for hybridfs

    This change adds the terms index (`.tip`) to the list of extensions
    that are memory-mapped by hybridfs. These files used to be accessed
    only once to load the terms index on-heap but since elastic#42838 they can
    now be used to read the binary FST directly so it is benefical to
    memory-map them instead of accessing them via NIO.
    jimczi committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    bb36405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e702a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d013493 View commit details
    Browse the repository at this point in the history