Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OpenSearch 2.11 on Ubuntu 22.04. Fresh installation, 1 single node in test, 3 nodes in a clusterfro production.
Describe the issue:
I’m trying to transfer a search service currently running on Azure Cognitive Search to OpenSearch 2.11
My index is for “books” and i have 2 millions of documents.
I have multiple concern :
- Azure Facets outperforms Aggregats on huge category (with more than 500k docs).
- Azure Scoring is really fast too, i tried some script_score / field_value_factor, but again i have an impact on my response time.
Mind you, I’m not saying that everything is bad, because for categories with fewer than 100,000 documents, OpenSearch is faster.
It’s frustrating, there are two or three entry points in my application, which would go from 1.1s to 2.7s …
Do you have any ideas?
I’ve already activated Concurrent segment search and my test platform is a Ryzen 9 5950x (decent CPU on single thread).
Thanks
Yathus