Re: BUG #18588: Cannot force/let database use parallel execution in simple case. - Mailing list pgsql-bugs

From Andrei Lepikhov
Subject Re: BUG #18588: Cannot force/let database use parallel execution in simple case.
Date
Msg-id 59962b3b-4288-4759-a480-b60bcce3b388@gmail.com
Whole thread Raw
In response to BUG #18588: Cannot force/let database use parallel execution in simple case.  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On 22/8/2024 14:58, PG Bug reporting form wrote:
>   Index Scan using negotiation_topic_archive_p005_employer_id_resume_id_idx
> on negotiation_topic_archive_p005 this_  (cost=0.11..2501972.13 rows=505757
> width=8) (actual time=0.020..699.322 rows=510040 loops=1)
>     Index Cond: (employer_id = 816144)
>   Planning Time: 0.132 ms
>   Execution Time: 717.005 ms
Can you disable IndexScan and Bitmapscan step-by-step and show explain 
analyze verbose with costs?

-- 
regards, Andrei Lepikhov




pgsql-bugs by date:

Previous
From: Maxim Boguk
Date:
Subject: Re: BUG #18588: Cannot force/let database use parallel execution in simple case.
Next
From: Maxim Boguk
Date:
Subject: Re: BUG #18588: Cannot force/let database use parallel execution in simple case.