Re: Slow query using simple equality operators

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Benjamin Arai <benjamin(at)araisoft(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Slow query using simple equality operators
Date: 2007-04-24 00:12:53
Message-ID: 17536.1177373573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Benjamin Arai <benjamin(at)araisoft(dot)com> writes:
> To follow up on my own email, by disabling BitmapScan in my
> postgresql.conf the performance seems to be better. Is something
> wrong with the query analyzer?

I just rewrote choose_bitmap_and() to fix some issues that might be
related to this; please try your query with 8.2.4 or 8.1.9 as the
case may be (and next time, mention what version you're using
right off the bat).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message George Pavlov 2007-04-24 00:21:48 PG service restart failure (start getting ahead of stop?)
Previous Message Benjamin Arai 2007-04-23 23:48:33 Re: Slow query using simple equality operators