carbonapi icon indicating copy to clipboard operation
carbonapi copied to clipboard

Process query targets in parallel

Open dgryski opened this issue 10 years ago • 1 comments

At the moment, each metric for a given target is fetched in parallel, but the targets themselves are processed serially. For queries with a large number of targets, this can can unnecessary slow down.

dgryski avatar Jul 07 '15 13:07 dgryski

That should be adressed by https://github.com/go-graphite/carbonapi/pull/743

Civil avatar Dec 06 '22 00:12 Civil