Re: bitmap scan and explain analyze

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bitmap scan and explain analyze
Date: 2005-05-05 03:09:36
Message-ID: 20050505.120936.58461787.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Why actual rows=0?
>
> I couldn't think of any reasonably cheap way to count the actual rows
> (especially in the presence of lossy bitmaps), so I just punted.

I see.

BTW is it possible to let BitmapHeapScan fetch tuples by TID order? It
would make heap acccess in sequential manner and would boost disk
access performance.
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-05-05 03:13:38 Re: [pgsql-advocacy] Increased company involvement
Previous Message Joshua D. Drake 2005-05-05 02:56:14 Re: [pgsql-advocacy] Increased company involvement