Re: improve transparency of bitmap-only heap scans - Mailing list pgsql-hackers

From Tom Lane
Subject Re: improve transparency of bitmap-only heap scans
Date
Msg-id 30509.1585077270@sss.pgh.pa.us
Whole thread Raw
In response to Re: improve transparency of bitmap-only heap scans  (James Coleman <jtc331@gmail.com>)
Responses Re: improve transparency of bitmap-only heap scans  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
I took a quick look through this patch.  While I see nothing to complain
about implementation-wise, I'm a bit befuddled as to why we need this
reporting when there is no comparable data provided for regular index-only
scans.  Over there, you just get "Heap Fetches: n", and the existing
counts for bitmap scans seem to cover the same territory.

I agree with the original comment that it's pretty strange that
EXPLAIN doesn't identify an index-only BMS at all; but fixing that
is a different patch.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Adding a test for speculative insert abort case
Next
From: Andres Freund
Date:
Subject: Re: Fastpath while arranging the changes in LSN order in logicaldecoding