Java spring boot API effect, elastic search IO performance?

I asked this question in stack over but I think asking from here is better.

We developed a Java API to communicate with elastic search. We are sending post requests to API and it is checking data with elastic index and sending it to elastic index. Add/update operations are done over the API. But the problem is, if we try to read or write to same elastic indexes from other sources. It is so slow when the API is running. Is there are some type of configuration in java code to regain the performance of elastic search?

It's unclear to me what you are doing.

Could you provide a full recreation script as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.

A full reproduction script will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.