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

Disabled query size estimation in percolator #5372

Conversation

martijnvg
Copy link
Member

PR for #5339

@s1monw
Copy link
Contributor

s1monw commented Mar 12, 2014

this one LGTM - sad that it's so CPU intensive

…ensive cpu wise.

Lucene's RamUsageEstimator.sizeOf(Object) is to expensive.
Query size estimation will be enabled when a cheaper way of query size estimation can be found.

Closes elastic#5372
Relates to elastic#5339
martijnvg added a commit that referenced this pull request Mar 14, 2014
…ensive cpu wise.

Lucene's RamUsageEstimator.sizeOf(Object) is to expensive.
Query size estimation will be enabled when a cheaper way of query size estimation can be found.

Closes #5372
Relates to #5339
martijnvg added a commit that referenced this pull request Mar 14, 2014
…ensive cpu wise.

Lucene's RamUsageEstimator.sizeOf(Object) is to expensive.
Query size estimation will be enabled when a cheaper way of query size estimation can be found.

Closes #5372
Relates to #5339
@martijnvg martijnvg closed this in 6f8f773 Mar 14, 2014
@martijnvg martijnvg deleted the bug/percolator-disable-memorySize-statistic branch May 18, 2015 23:32
@clintongormley clintongormley added :Search/Percolator Reverse search: find queries that match a document :Data Management/Stats Statistics tracking and retrieval APIs and removed :Search/Percolator Reverse search: find queries that match a document labels Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
…ensive cpu wise.

Lucene's RamUsageEstimator.sizeOf(Object) is to expensive.
Query size estimation will be enabled when a cheaper way of query size estimation can be found.

Closes elastic#5372
Relates to elastic#5339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants