BitMap Heap Scan & BitMap Index Scan - Mailing list pgsql-performance

From monalee_dba
Subject BitMap Heap Scan & BitMap Index Scan
Date
Msg-id 1384068734255-5777632.post@n5.nabble.com
Whole thread Raw
Responses Re: BitMap Heap Scan & BitMap Index Scan  (Michael Paquier <michael.paquier@gmail.com>)
Re: BitMap Heap Scan & BitMap Index Scan  (Torsten Förtsch <torsten.foertsch@gmx.net>)
List pgsql-performance
I would like to know, What is BitMap Heap Scan & BitMap Index Scan? When I use EXPLAIN for query, which has LEFT JOIN with 4 different table then some time query planner uses Bitmap Heap Scan and some time Bitmap Index Scan?

View this message in context: BitMap Heap Scan & BitMap Index Scan
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

pgsql-performance by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Performance bug in prepared statement binding in 9.2?
Next
From: monalee_dba
Date:
Subject: Order By Clause, Slows Query Performance?