Elastic Search high CPU Usage with More Like This query

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Elastic Search high CPU Usage with More Like This query



We tried using a more_like_this query in ES on a text field with 500-1500 words in each post and about 500,000 posts. The CPU usage was very high (almost 100%), but it looks like JVM Memory Pressure was normal.


more_like_this



One optimization that I think will help is adding/saving term_vectors. Will that help with CPU utilization? Trying to understand why this happened in the first place.


term_vectors









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived