Elasticsearch内部如何基于_version进行乐观锁并发控制

(1)_version元数据 PUT /test_index/test_type/6 { “test_field”: “test test” } { “_index”: “test_index”, “_type”: “test_type”, “_id”: “6”, “_version”: 1, “result”: “created”, “_shards”: { “total”: 2, “succe
相关文章
相关标签/搜索