View Single Post

   
  #2 (permalink)  
Old 04-11-2008, 04:41 AM
Tom Lane
 
Posts: n/a
Default Re: bitmap scan and explain analyze

Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> 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.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote