Parallel query slowered query performance
Hi,
since upgrading our RAC DB from 12.2. to 19c I'm facing following issue:
A specific SQL joins views, mviews and some tables. From statistics It runs with 8 parallel processes (it matches with CPU count, parallel_min_servers is 8, parallel_max_servers is 80).
The problem is that it causes many concurency waits from parallel processes (Pxxxx).
There are also many other queries running in parallel, but there are no performance degradation or high concurency waits of Pxxx processes observed in AWR/ASH.
I could resolve this by setting the /+ NOPARALLEL */ hint in this specific SQL. But I'm just wonder why this problem cames up with 19c.