Re: Slow Query- Simple taking

From: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Slow Query- Simple taking
Date: 2010-10-28 14:51:10
Message-ID: 4CC98DDE.5040103@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 10/28/2010 10:42 AM, Robert Haas wrote:
> I can believe that MySQL is faster, because they probably don't need
> to do the bitmap heap scan. There is a much-anticipated feature
> called index-only scans that we don't have yet in PG, which would help
> cases like this a great deal.
Yyesss! Any time frame on that? Can you make it into 9.0.2?

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Broersma 2010-10-28 14:53:42 Re: Slow Query- Simple taking
Previous Message Robert Haas 2010-10-28 14:42:18 Re: Slow Query- Simple taking