Blog
Exploring concurrent segment search performance
Jul 30, 2024 • search, technical-post
In October 2023, we introduced concurrent segment search in OpenSearch as an experimental feature. Searching segments concurrently improves search latency across a large variety of workloads. This feature was made...
Optimize storage and performance with the MatchOnlyText field in OpenSearch
Jul 22, 2024 • technical-posts
The OpenSearch Project introduced a new field type called match_only_text in version 2.12. This field type is designed for full-text search scenarios where scoring and positional information of terms within...
Optimizing OpenSearch with Faiss FP16 scalar quantization: Enhancing memory efficiency and cost-effectiveness
Jun 27, 2024 • technical-posts
The rise of large language models (LLMs) and generative AI has ushered in a new era of natural language processing capabilities. Vector databases have emerged as a crucial component in...