pluto
pluto copied to clipboard
Consider various metrics on query allocation
Currently code (PR #1011) only considers CPU utilization when allocating queries. However, there are cases when we should consider other metrics (Memory, Network, ...) when allocating queries. To deal with this problem, we should consider various metrics on query allocation on memory- or network-bound workloads.