Slide 9
Slide 9 text
codecentric AG
Consistency
− „consistency“
− How many shards need to be available to permit a write operation
− all, quorum (default), one
!
− „replication“
− Complete a write request already when the primary is done
− Or only when all replicas have acknowledged the write (translog)
− sync (default), async
!
− „preference“
− On which shards to execute a search
− round robin (default), local, primary, only some shards or nodes, arbitrary string
− Helps to avoid inconsistent user experience when scoring differs between replicas
− May happen because documents marked for deletion still affect scoring