mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 08:55:19 +00:00
Performance testing by @danielmitterdorfer revealed single index/delete operations have similar performance (indexing throughput) to equivalent single item bulk request. This PR reduces the code paths to executing single write operations, by reusing the logic in (shard) bulk action for executing single operation as a single-item bulk request.