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

Consistency & Elasticsearch

Consistency & Elasticsearch

Fun with working around eventual consistency!

Elasticsearch Inc

November 04, 2013
Tweet

More Decks by Elasticsearch Inc

Other Decks in Technology

Transcript

  1. GET /exch/test.foo/_search { "query": { "bool": { "must": [ {

    "constant_score": { "filter": { "missing": { "existence": true, "field": "__q_status", "null_value": true } } } }, { "prefix": { "_type": "test.foo" } } ] } }, "size": 1, "sort": [ { "__q_control": { "order": "desc" } } ] } Consume... Tuesday, November 5, 13