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

Index FS Store: Allow to cache (in memory) specific files #82

Closed
kimchy opened this issue Mar 22, 2010 · 1 comment
Closed

Index FS Store: Allow to cache (in memory) specific files #82

kimchy opened this issue Mar 22, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Mar 22, 2010

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:

index:
    store:
        fs:
            memory:
                enabled: true
                extensions: ["", "del", "gen"]
@kimchy
Copy link
Member Author

kimchy commented Mar 22, 2010

Index FS Store: Allow to cache (in memory) specific files, closed by fa55c40

dadoonet added a commit that referenced this issue Jun 5, 2015
…galStateException` in favor of the JDK one

Related to #10794

Closes #82.
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.
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…ll request elastic#82)

Add admin-portal sync-to-host to devops sync-to-stack

* Add admin-portal sync-to-host to devops sync-to-stack

Approved-by: Gideon Avida
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
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant