Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

410_Scaling.asciidoc

File metadata and controls

23 lines (15 loc) · 503 Bytes

Big data - Designing for scale (TODO)

Elasticsearch is designed to work well with a small dataset and to scale to big data. However, there are a few design decisions that need to be made to take advantage of this scale. This chapter discusses the techniques that are available to make scaling easy.

The problem

.

Overallocation: the Kagillion shards solution

.

Time-based indices

.

Index-per user

  • Using aliases with routing and filters

  • Handling one big client