Re: New style of hash join proposal - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: New style of hash join proposal
Date
Msg-id 87prttb68x.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: New style of hash join proposal  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: New style of hash join proposal
List pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> Gregory Stark <stark@enterprisedb.com> writes:
>> It would be ideal if it could scan the invoices using an index, toss them all
>> in a hash, then do a bitmap index scan to pull out all the matching detail
>> records. If there are multiple batches it can start a whole new index scan for
>> the each of the batches.
>
> I don't understand which part of "we can do that now" isn't clear to you.

Uh, except we can't.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's On-Demand Production
Tuning


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Commit fest?
Next
From: Bruce Momjian
Date:
Subject: Re: krb_match_realm patch