Hi all, In case I have 4 metrics in 1 experiment, ...
# ask-questions
w
Hi all, In case I have 4 metrics in 1 experiment, when recalculating the results, are 4 queries executed in parallel? The data backend is Clickhouse
f
We do have a query pipeline, which will prevent an extreme number of queries from firing off in parallel, but I think that for 4 queries, it will go in parallel.
w
Is it possible to change a setting to run queries one by one? It seems that we are hitting memory limit on the Clickhouse, because of the fact that queries fire off at the same time