Re: [HACKERS] 64-bit hashjoins

From: Erik Riedel <riedel+(at)CMU(dot)EDU>
To: pgsql-hackers(at)postgreSQL(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [HACKERS] 64-bit hashjoins
Date: 1999-03-25 16:57:02
Message-ID: 0qyafSS00gNtB8uY0U@andrew.cmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> The modified sources pass regression (as well as before anyway ;-))
> on my machine, but I have not got an Alpha to test with. Erik,
> would you pull the current CVS sources and see if it works for you?
> NOTE: please run a full install including initdb, in order to make sure
> I didn't break bootstrap...
>
Done. Looks like it works.

It compiles fine, initdb runs fine, and my query runs correctly with
HashJoin (more than 100x improvement over the Nested Loops version!).

Thanks!

Erik

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David O'Farrell 1999-03-25 17:02:37 SIReadEntryData: cache state reset
Previous Message Bruce Momjian 1999-03-25 16:29:12 Re: [HACKERS] Really slow query on 6.4.2