Skip to main content

BtreePage

Short Description

Waiting for the page number needed to continue a parallel B-tree scan to become available.

Additional Information​

An Inter Process Communication (IPC) wait. A parallel scan of a B-Tree index is in progress and a given page is being waited on to be able to continue the scan.

How to reduce this wait​

There are references to a bug in v10 where parallel b-tree index scans will hang in this state. Ensure you upgrade to the latest version.

PostgreSQL docs - Wait Activity of Type IPC

PostgreSQL v10 bug report

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.