Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elastic{ON} 2018 - Elasticsearch Consensus - The Past, The Present and The Future

Elastic Co
March 01, 2018

Elastic{ON} 2018 - Elasticsearch Consensus - The Past, The Present and The Future

Elastic Co

March 01, 2018
Tweet

More Decks by Elastic Co

Other Decks in Technology

Transcript

  1. Elasticsearch Consensus The Past, the Present, and the Future Boaz

    Leskes @bleskes Yannick Welsch @ywelsch Jason Tedor @jasontedor David Turner @davecturner
  2. The Perfect Cluster PUT beats-2018-02-28 POST _bulk { “_index”: “product”

    … } GET _search { “query”: { … } … } POST twitter/_settings { “..allocation.include”: “” }
  3. Data & Metadata Data - indexing - searching Metadata -

    mapping - shard allocation - node membership Data - big - high throughput - few copies Metadata - less frequent - small - required on all nodes
  4. • Less need to handle inconsistency • New features •

    discovery.zen.minimum_master_nodes Benefits 21 Cluster state always consistent
  5. Except where otherwise noted, this work is licensed under http://creativecommons.org/licenses/by-nd/4.0/

    Creative Commons and the double C in a circle are registered trademarks of Creative Commons in the United States and other countries. Third party marks and brands are the property of their respective holders. 27 Please attribute Elastic with a link to elastic.co