解决ES大批量删除数据,导致超时的问题

 

version conflict,required seqNo [],primary term [],but no document was found

POST ys_related_sv/_delete_by_query?wait_for_completion=false
{
"query": {
"bool" : {
"must_not": [
{
"exists": {"field": "vid"}
}
]
}

}
}


https://blog.csdn.net/Netceor/article/details/113882674

上一篇:MIT 6.002


下一篇:谈谈fixed ,related , absolute