Closed rcanzanese closed 5 months ago
Hi @rcanzanese ,
Actual number of partitions may be less than the preferredMinParallelism
if BigQuery deems the data small enough.
There are quotas on number of partitions per read session as well which restricts the parallelism. Please file a bug with support on increasing the quota for your project.
I'm using
preferredMinParallelism
andmaxParallelism
successfully, but no matter what I do, I always end up with 200 partitions, regardless of how big the underlying table is -- I've tried with tables as big as 4TiB with the same result.The message I receive with the following settings is:
Is there some additional config that I am missing?