Support Article
Elastic Search performance
SA-32907
Summary
User has configured ElasticSearch in the project, the performance is very slow, when user implements ElasticSearch directly on the work object, it works better, than implementing on embedded properties of the work object.
Error Messages
Not Applicable
Steps to Reproduce
Perform the search, where elastic search has been configured.
Root Cause
In their implementation there are both data transform and instance of "Data-CustomProperties-Search" in use.
Either anyone of them is enough.
Resolution
Correct the implementation by keeping only an instance of "Data-CustomProperties-Search" in elastic search and remove the data transform.
Published May 4, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.