著者の記事

2024年9月6日
Stateless: Data safety in a stateless world
We discuss the data durability guarantees in stateless including how we fence new writes and deletes with a safety check which prevents stale nodes from acknowledging new writes or deletes

2024年7月31日
How we optimized refresh costs in Elasticsearch Serverless
We explore how serverless Elasticsearch facilitates searches using data stored in a blob store while maintaining the same visibility semantics as stateful Elasticsearch. We discuss the challenges encountered during implementation and share strategies for balancing costs and complexity.

2024年7月29日
Ingest autoscaling in Elasticsearch
Learn more about how Elasticsearch autoscales to address ingestion load.