All!
I'm facing a really strange issue: after upgrading our AWS cluster from Elasticsearch 6.8
to OpenSearch 1.3
, my opensearch-py (2.8.0)
Python client started taking significantly more time—about 30 to 40 seconds, whereas previously, it took only 200ms. However, when I execute the same query from the OpenSearch Dev Tools dashboard, it takes just 300ms.
Why does the local client now take so much time? (edited)
P.S I've tried with postman, and the situation in the same like python client. I've tried different internet connections where network bandwidth reaches 300mbytes/sec.. the time is the same.