Query runs faster with EXPLAIN ANALYZE using parallel plan. Slows down and loses parallel workers without EXPLAIN ANALYZE. Postgres with DBeaver JDBC – CentOS
I'm really puzzled by the following query: explain analyze (with z as ( select 1 as attraction ,1 as nd_attraction , n.fc from (select pe_id,zo_id,co_id,value_num as dt from rtpezocoav x --use view?? where pe_id = 405 and ad_id = 4…