Re: BUG #18588: Cannot force/let database use parallel execution in simple case.

From: Andrei Lepikhov <lepihov(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18588: Cannot force/let database use parallel execution in simple case.
Date: 2024-08-22 17:00:37
Message-ID: 59962b3b-4288-4759-a480-b60bcce3b388@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2024-08-22 17:05:50 Re: BUG #18588: Cannot force/let database use parallel execution in simple case.
Previous Message Maxim Boguk 2024-08-22 16:41:37 Re: BUG #18588: Cannot force/let database use parallel execution in simple case.