Hacker News new | ask | show | jobs
by pmontra 3503 days ago
My criticism to Kibana is that it runs all the queries for a dashboard in parallel. It overloads the Elasticsearch machine(s) even when there are only few data. A small single ES server would be enough if the queries would be run sequentially. I wonder if Elastic is in the business of selling multicore 32 GB servers that sit idle most of the time.

A max_parallel_queries setting would be great.