Arch icon indicating copy to clipboard operation
Arch copied to clipboard

Parallel queries are limited by the chunk count from using all cores.

Open emelrad12 opened this issue 1 year ago • 0 comments

Example if you have 2k components each 2b, that is 2 chunks. The query will only run 2 jobs, for both chunks. regardless if you have 24 cores.

Solution: split chunks for jobs to allow handling that in parallel.

emelrad12 avatar Oct 12 '24 11:10 emelrad12