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

Default to not using compound file format for the index (increases number of open files, but faster indexing and recovery) #384

Closed
kimchy opened this issue Sep 24, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Sep 24, 2010

The title says it all. The increase should be around 5x number of open files per shard. Note, this is just open files for the index, not TCP connections.

In order to bring it back, set index.merge.policy.use_compound_file to true.

@kimchy
Copy link
Member Author

kimchy commented Sep 24, 2010

Default to not using compound file format for the index (increases number of open files, but faster indexing and recovery), closed by 485f904.

williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…c#384)

MPC-4171: adding bruce & kostiantyn sandbox

* MPC-4171: adding bruce & kostiantyn sandbox

* Merge remote-tracking branch 'origin/master' into dev/igor/MPC-4171-adding-bruce-sandbox

* Drop eks service url tags as we exceed 50 tag limits on ec2

* update nikita creds


Approved-by: Can Yildiz
costin pushed a commit that referenced this issue Dec 6, 2022
This PR adds support for extracting keyword fields from doc values to
ValuesSourceReaderOperator.
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