Hi all, I want to delete 1 million documents at a time from a given list of documents I get. The delete is by query (on one of the documents fields). I want to understand what is the best practice to do that. Loop through the million and delete one by one async, or will it cause an overload on elsdaticsearch, and I should delete X at a time async and wait till it's done and then delete additional X. Or is there a batch delete that does this work more efficiently?
Thanks -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4ef1b8d7-9682-4315-af47-ba1d21f535e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
