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

Reduce multiple indices overhead, don't create Indices data on nodes that don't hold any shard for an index #441

Closed
kimchy opened this issue Oct 20, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Oct 20, 2010

Internal optimization. There is data associated with each index (parsed mappings, custom analyzers, and os on). Optimize to not create those index level structures if there is no shard of that index allocated on a node.

@kimchy
Copy link
Member Author

kimchy commented Oct 20, 2010

Reduce multiple indices overhead, don't create Indices data on nodes that don't hold any shard for an index, closed by ae5bc20.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
Enhance value order when dealing with nested values

relates elastic#441
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…equest elastic#441)

MPC-4502: force imagePullPolicy to Always

* force imagePullPolicy to Always


Approved-by: Gideon Avida
costin pushed a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
With this commit we remove all configuration options regarding segment
memory charts as segment memory tracking will be removed in
https://issues.apache.org/jira/browse/LUCENE-9387.

Relates elastic#441
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