Skip to main content

Bitmap Heap Scan

Short Description

The Bitmap Heap Scan scans selected pages from the heap table specified

Detailed Descriptionโ€‹

The Bitmap Heap Scan scans selected pages from the heap table specified. This node is usually preceded by a Index Scan or a Bitmap Index Scan which return a list of matching pages to visit. The Bitmap Heap Scan node sorts the list of pages so that physical access can be optimized. The โ€˜bitmapโ€™ in the nodeโ€™s title refers to the sorting method used.

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.