Thread

  1. bitmap scan and explain analyze

    Tatsuo Ishii <t-ishii@sra.co.jp> — 2005-05-03T09:11:28Z

    I noticed that explain analyze emits a little bit funny reslut for
    bitmap scans:
    
    BitmapOr  (cost=157.36..157.36 rows=18894 width=0) (actual time=9.406..9.406 rows=0 loops=1)
    
    Why actual rows=0?
    --
    Tatsuo Ishii