How different are Elasticsearch and OpenSearch?

I wanted to ask for a neutral opinion on the differences between Elasticsearch and OpenSearch.
Are there differences in use/integrating them into my Software? Do I have to write different code to use both of them?
Can someone name me examples of important features only one of them has?

Hi @heermaas3

Well, you are on the Elasticsearch Forum :slight_smile:

So here is our official view ... Performance, OOTB Solutions, etc.

To answer specific questions

The answer to both the questions above is yes; there are now differences in some of the APIs, while some of the APIs are the same.

1 Like

Also adding this recent benchmark:

1 Like

Thank you really much for the info!
I am currently thinking about the use of the Elastic Cloud...
But to clarify: If I want to combine the use of OpenSearch Service with Self-Hosting, it would make sense to also Self-Host OpenSearch instead of Elasticsearch to make sure the APIs are the same?

Elastic Cloud Only provides Elasticsearch.

OpenSearch Service is not Elastic Cloud if you have questions about OpenSearch you should visit that forum as we do not address that product here.

I would not attempt to mix Elasticsearch and OpenSearch. That sounds like a recipe for incompatibility.

2 Likes

Comparing Elasticsearch and OpenSearch is a valid approach. While they share a common core, OpenSearch is open-source and community-driven, offering greater transparency and potential cost savings, while Elasticsearch comes with additional paid features and support options, making it more suitable for enterprises with specific needs. Depending on your project requirements, you may need to adapt your code, but many integrations can work interchangeably with minor adjustments. Some important features unique to Elasticsearch include its machine learning capabilities and advanced security features, while OpenSearch emphasizes a more open and collaborative development approach, which can be appealing for some users.

You should consider Opensearch and Elasticsearch as two different and incompatible tools.

While in the past the API was more similar, they diverged too much now and a lot of things are incompatible.

Both tools have their advantages and disadvantages, and which one is best for you depends entirely on your use case.

I prefer Elasticsearch as the development seems to be more active and I'm more familiar with it, but I run both Elasticsearch and Opensearch because of some requirements.

1 Like

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