Re: Bitmap Heap Scan takes a lot of time

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: <mateo21(at)siteduzero(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bitmap Heap Scan takes a lot of time
Date: 2008-04-23 12:12:02
Message-ID: 877ieou5wt.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<mateo21(at)siteduzero(dot)com> writes:

> This is the result of an EXPLAIN:
>...
> I suppose that the problem comes from the Bitmap Heap Scan which costs
> a lot, but I can't be totally sure.
>
> Any idea on where I should be investigating ?

Try posting an EXPLAIN ANALYZE which will actually run the query and include
information to compare against the estimates.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's PostGIS support!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberts, Jon 2008-04-23 12:24:35 Re: Deny creation of tables for a user
Previous Message Tomasz Ostrowski 2008-04-23 11:49:30 Re: Need to update all my 60 million rows at once without transactional integrity