Elasticsearch - Advanced Patterns
You want to run a very expensive aggregation query on a large dataset without timing out. Which approach using async search is best to get the final results efficiently?
wait_for_completion_timeout lets the server try to finish quickly but returns control if it takes longer.id to poll for completionid until the results are ready, avoiding timeouts and blocking.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions