Arch
                                
                                
                                
                                    Arch copied to clipboard
                            
                            
                            
                        Parallel queries are limited by the chunk count from using all cores.
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.