-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Index FS Store: Allow to cache (in memory) specific files #82
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
Comments
Index FS Store: Allow to cache (in memory) specific files, closed by fa55c40 |
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
With issue elastic#80 we explicitly removed appache POI dependency provided by Tika and replaced with a more recent one. Sadly we forgot to add this new dependency to the assembly so the final ZIP file does not contain POI related jars. Closes elastic#82. (cherry picked from commit 49793d5)
ClaudioMFreitas
pushed a commit
to ClaudioMFreitas/elasticsearch-1
that referenced
this issue
Nov 12, 2019
Improved Plugin Support, More Tests, Refactors, Consistent Ansible version
henningandersen
pushed a commit
to henningandersen/elasticsearch
that referenced
this issue
Jun 4, 2020
With this commit we adapt the response handling in async runners by properly converting them from raw bytes to strings.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
With this commit we get rid of all string-based representation of more complex parameters. This affects track-params and car-params specifically which will now be passed to Rally as JSON string in any case. This allows to merge those parameters in more complex scenarios where we need to source them from multiple places. Closes elastic#82 Relates elastic#83
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using file system based storage, caching specific (lucene index) files make sense to speed up operations. The ability to specify which files to cache in memory (with all the parameters the memory store provides) based on their suffix should be provided. This allows, for example, to store term freq in memory, while keeping the field store on disk (which takes much more space).
The configuration should look something like this:
The text was updated successfully, but these errors were encountered: