-
Book Overview & Buying
-
Table Of Contents
The Definitive Guide to OpenSearch
By :
OpenSearch is a distributed system that parallelizes resources by partitioning data into shards and then allocating those shards to nodes in a cluster of nodes. In this chapter, you learned about OpenSearch’s distributed system and how it distributes and processes requests. You learned optimal ways to store your data in indices and partition your data into shards for single- and multi-tenant workloads. You learned how to plan for a deployment, with concrete examples from each of the three common workloads: search, logs, and vectors. You also learned about the key scale points and strategies to react to the actual performance of the cluster to dial in your initial estimate and continue operating efficiently.
OpenSearch is a flexible tool that enables you to derive insights from your data. Whether you have a catalog of structured and unstructured objects, voluminous log data, or AI-powered vectors, OpenSearch provides the capabilities to store, query, and visualize...