Distributed search - Deepstash
Distributed search

Distributed search

Searching an index requires Elasticsearch to query a set of shards that contain all your data. Since shards are distributed across multiple nodes, this query will be forwarded to multiple nodes.

Search process

  1. When you make a search request, the node that receives it forwards it to a set of shards that contain all your data. These can be either primary shards or replicas, and are chosen in a round-robin fashion.
  2. Then, the coordinator node gathers the results from those shards, aggregates and sorts them, and sends the results back to the client.

4

15 reads

CURATED FROM

IDEAS CURATED BY

ocpodariu

Alt account of @ocp. I use it to stash ideas about software engineering

📖 Elasticsearch in Action

Similar ideas to Distributed search

How Search Engines Work

How Search Engines Work

Search engines utilise web crawlers (also called spiders or bots) to crawl the web and fetch information about web pages. As they crawl each page, they index and store data such as page content, metadata, links and more. 

This indexed data i...

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates