Publicité

Elasticsearch From the Bottom Up

30 Oct 2014
Publicité

Contenu connexe

Publicité

Elasticsearch From the Bottom Up

  1. Elasticsearch from the Bottom Up Njal Karevoll njal@found.no @nkvoll
  2. Elasticsearch from the Bottom Up Njal Karevoll njal@found.no @nkvoll
  3. Who? Co-founder of Found AS - Hosted Elasticsearch: found.no 8+ years search, 3+ Elasticsearch Herding hundreds of Elasticsearch clusters
  4. Motivation • Why isn't my search for *foo-bar* matching “foo-bar"? • Why can adding more documents shrink the index? • Why is Elasticsearch using so much memory?
  5. Segments are immutable
  6. Deletes?
  7. Compress all the things!
  8. Cache all the things!
  9. Search by index terms Text analysis gives us terms
  10. Search by segment Uses several data structures
  11. Immutable segments
  12. Shard == Lucene Index
  13. Elasticsearch Index abstracts Lucene Indexes
  14. … across nodes in a cluster
  15. Learn More! found.no/foundation Follow @foundsays
Publicité