From 833914cb5829555b2d2c65124c554913d2e9fb07 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Wed, 27 Nov 2024 10:33:42 -0500 Subject: [PATCH] Editorial comments Signed-off-by: Fanit Kolchina --- _posts/2024-11-26-opensearch-performance-2.17.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_posts/2024-11-26-opensearch-performance-2.17.md b/_posts/2024-11-26-opensearch-performance-2.17.md index a225f5fb7..92f9b8a72 100644 --- a/_posts/2024-11-26-opensearch-performance-2.17.md +++ b/_posts/2024-11-26-opensearch-performance-2.17.md @@ -15,7 +15,7 @@ categories: meta_keywords: OpenSearch performance progress 2.17, OpenSearch roadmap meta_description: Learn more about the strategic enhancements and performance features that OpenSearch has delivered up to version 2.17. has_science_table: true -excerpt: Learn more about the strategic enhancements and performance features that OpenSearch has delivered through version 2.17. +excerpt: Learn more about the strategic enhancements and performance features that OpenSearch has delivered up to version 2.17. featured_blog_post: false featured_image: false --- @@ -24,9 +24,9 @@ OpenSearch has always been committed to expanding functionality, scalability, an The wide range of applications that OpenSearch supports means that no one number can summarize the improvements you'll see in your applications. That's why we're reporting on a variety of performance metrics, some mostly relevant to analytics in general and log analytics in particular, others mostly relevant to lexical search, and still others relevant to semantic search using vector embeddings and k-NN. Under the rubric of performance, we're also including improvements in resource utilization, notably RAM and disk. -Overall, OpenSearch 2.17 delivers a 6x performance improvement over OpenSearch 1.3, with gains across essential operations such as text queries, term aggregations, range queries, date histograms, and sorting. And that's not even counting improvements to semantic vector search, which is now highly configurable in order to let you choose the ideal balance of response time, accuracy, and cost for your applications. All these improvements reflect the contributions and collaboration of a dedicated community, whose insights and efforts drive OpenSearch forward. +Overall, OpenSearch 2.17 delivers a 6x performance improvement over OpenSearch 1.3, with gains across essential operations such as text queries, terms aggregations, range queries, date histograms, and sorting. And that's not even counting improvements to semantic vector search, which is now highly configurable in order to let you choose the ideal balance of response time, accuracy, and cost for your applications. All these improvements reflect the contributions and collaboration of a dedicated community, whose insights and efforts drive OpenSearch forward. -This post highlights the performance improvements in OpenSearch 2.17. The first section focuses on key query operations, including text queries, term aggregations, range queries, date histograms, and sorting. These improvements were evaluated using the [OpenSearch Big5 workload](https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/big5), which represents common use cases in both search and analytics applications. The benchmarks provide a repeatable framework for measuring real-world performance enhancements. The next section reports on vector search improvements. Finally, we present our roadmap for 2025, where you'll see that we're making qualitative improvements in many areas, in addition to important incremental changes. We are improving query speed by processing data in real time. We are building a query planner that uses resources more efficiently. We are speeding up intra-cluster communications. And we're adding efficient join operations to query domain-specific language (DSL), Piped Processing Language (PPL), and SQL. To follow our work in more detail, and to contribute comments or code, please participate on the [OpenSearch forum](https://forum.opensearch.org/) as well as directly in our GitHub repos. +This post highlights the performance improvements in OpenSearch 2.17. The first section focuses on key query operations, including text queries, terms aggregations, range queries, date histograms, and sorting. These improvements were evaluated using the [OpenSearch Big5 workload](https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/big5), which represents common use cases in both search and analytics applications. The benchmarks provide a repeatable framework for measuring real-world performance enhancements. The next section reports on vector search improvements. Finally, we present our roadmap for 2025, where you'll see that we're making qualitative improvements in many areas, in addition to important incremental changes. We are improving query speed by processing data in real time. We are building a query planner that uses resources more efficiently. We are speeding up intra-cluster communications. And we're adding efficient join operations to query domain-specific language (DSL), Piped Processing Language (PPL), and SQL. To follow our work in more detail, and to contribute comments or code, please participate on the [OpenSearch forum](https://forum.opensearch.org/) as well as directly in our GitHub repos.