Re: Help on some concepts

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: <shridhar_daithankar(at)persistent(dot)co(dot)in>, <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: Help on some concepts
Date: 2003-08-29 07:47:11
Message-ID: 0ba601c36e01$c3a3a410$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

> > - "hash aggregation in memory": I know what's a hash, but what kind of
> > hash is being aggregated and how is it different from what was done
> > before?

No, the hash table is being used to evaluate an aggregate SQL function.
This is a lot faster than using the old linked list method.

Chris

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Harald Fuchs 2003-08-29 08:50:58 Re: DB Journal: PostgreSQL Software Installation
Previous Message Shridhar Daithankar 2003-08-29 07:33:45 Re: Help on some concepts