Alexander Reelsen
Distributed search under the hood
#1about 3 minutes
Understanding the benefits of distributed systems
Distributed systems offer advantages like load sharing, increased reliability through redundancy, and faster processing via parallelization.
#2about 5 minutes
Navigating the complexities of distributed computing
Moving from a single machine to a distributed environment introduces significant complexity in communication, coordination, and error handling, as highlighted by the fallacies of distributed computing.
#3about 3 minutes
How distributed systems achieve consensus
Consensus algorithms are crucial for maintaining a consistent state across all nodes, enabling tasks like cluster membership management, data writes, and leader election.
#4about 4 minutes
Introducing the core principles of Elasticsearch
Elasticsearch is a distributed search engine built for speed, scale, and relevance, offering resiliency and flexibility for use cases from e-commerce to observability.
#5about 5 minutes
Managing the cluster with a master node
Elasticsearch uses a master node to manage the cluster state, which includes node membership and data placement, and distributes this state to all nodes to ensure a consistent view.
#6about 3 minutes
Distributing data using shards and replicas
Data in Elasticsearch is partitioned into shards, with replica shards providing redundancy and read scalability, allowing the system to scale horizontally.
#7about 2 minutes
Understanding the two-phase distributed search process
A search request is handled in two phases, first querying all relevant shards for top results and then fetching the full documents from only the necessary shards.
#8about 1 minute
Optimizing query routing with adaptive replica selection
Instead of random routing, adaptive replica selection improves query performance by sending requests to shards on less busy nodes based on their recent response times.
#9about 3 minutes
Accelerating top-k queries with result skipping
Search performance can be dramatically improved by dynamically optimizing queries to skip documents that cannot possibly make it into the top results, at the cost of an exact total hit count.
#10about 3 minutes
Navigating the challenges of distributed aggregations
Calculating aggregations like term counts across distributed shards is complex and can lead to inaccuracies if not all data is considered, requiring careful handling of partial results.
#11about 3 minutes
Efficient aggregations with probabilistic data structures
Probabilistic data structures like HyperLogLog++ and T-Digest enable memory-efficient cardinality and percentile aggregations by trading perfect accuracy for significantly reduced resource usage.
#12about 5 minutes
Embracing trade-offs in distributed system design
Building and operating distributed systems involves accepting trade-offs between consistency, availability, and performance, making it crucial to understand the specific behaviors of your chosen system.
#13about 6 minutes
Answering questions on Elasticsearch internals
The Q&A session covers Elasticsearch's custom consensus algorithm, data placement using MurmurHash, and the role of tokenizers in text analysis.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
25:24 MIN
Q&A on indexing, aggregations, and OpenSearch vs Elasticsearch
Search and aggregations made easy with OpenSearch and NodeJS
00:05 MIN
Understanding OpenSearch core concepts and architecture
Search and aggregations made easy with OpenSearch and NodeJS
00:05 MIN
Understanding the fundamentals of distributed SQL databases
Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
00:19 MIN
Understanding the fundamentals of the Elasticsearch search engine
Add Location-based Searching to Site with ElasticSearch
00:02 MIN
Using transforms to solve scaling challenges in serverless
Serverless Observability: where SLOs meet transforms
25:34 MIN
Using a single shard to ensure data accuracy
Make Your Data FABulous
28:34 MIN
Answering questions on data volume, challenges, and databases
Remote Driving on Plant Grounds with State-of-the-Art Cloud Technologies
03:08 MIN
How distributed databases abstract complexity from applications
Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
Featured Partners
Related Videos
Add Location-based Searching to Site with ElasticSearch
Derek Binkley
Make Your Data FABulous
Philipp Krenn
WeAreDevelopers LIVE - Vector Similarity Search Patterns for Efficiency and more
Chris Heilmann, Daniel Cranney, Raphael De Lio & Developer Advocate at Redis
Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
Wei Hu
Single Server, Global Reach: Running a Worldwide Marketplace on Bare Metal in a Cloud-Dominated World
Jens Happe
Don't Change the Partition Count for Kafka Topics!
Dainius Jocas
Fault Tolerance and Consistency at Scale: Harnessing the Power of Distributed SQL Databases
Wei Hu
What the Heck is Edge Computing Anyway?
Austin Gil
From learning to earning
Jobs that call for the skills explored in this talk.
Elasticsearch - Principal Software Engineer I - Distributed Systems
Elastic
€78K
Junior
Java
Elasticsearch
Elasticsearch - Principal Engineer - Core Infrastructure, & JVM Internals
Elastic
API
Java
Kubernetes
Elasticsearch
Microsoft Access
+2
Elasticsearch - Senior Software Engineer - Search Internals, Lucene
Elastic
Charing Cross, United Kingdom
Senior
API
Java
Solr
MongoDB
Cassandra
+3
Elasticsearch - Principal Software Engineer II - Search Internals, Lucene
Referral Board
Charing Cross, United Kingdom
Java
Solr
Elasticsearch
Continuous Integration


