Re: Berkeley and CMU classes adopt/extend PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joe Hellerstein" <jmh(at)cs(dot)berkeley(dot)edu>
Cc: hannu(at)tm(dot)ee, bruno(at)wolff(dot)to, gsstark(at)mit(dot)edu, pgsql-hackers(at)postgresql(dot)org, Spiros Papadimitriou <spapadim+(at)cs(dot)cmu(dot)edu>, Anastassia Ailamaki <natassa+(at)cs(dot)cmu(dot)edu>, Sailesh Krishnamurthy <sailesh(at)EECS(dot)Berkeley(dot)EDU>
Subject: Re: Berkeley and CMU classes adopt/extend PostgreSQL
Date: 2003-02-12 04:13:41
Message-ID: 425.1045023221@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joe Hellerstein" <jmh(at)cs(dot)berkeley(dot)edu> writes:
> I am teaching the undergrad DB course at UC Berkeley, something I do
> with some frequency. We have the usual 180 students we get every
> semester (yep: 180!), but this year we've instituted 2 changes:
> 1) We changed the course projects to make the students hack PostgreSQL
> internals, rather than the "minibase" eduware

Cool.

> 2) We are coordinating the class with a class at CMU being taught by
> Prof. Anastassia ("Natassa") Ailamaki

Double cool. I'm just down the road, if Natassa needs a visiting
lecturer.

> Our "Homework 2", which is being passed out this week, will ask the
> students to implement a hash-based grouping that spills to disk. I
> understand this topic has been batted about the pgsql-hackers list
> recently.

Yes. As of CVS tip, we have hash-based grouping but it doesn't spill
to disk. Want to ask them to start from CVS tip and fix that little
detail? Or fix the various other loose ends that have been mentioned
lately? (make it work with DISTINCT, improve the estimation logic,
some other things I'm forgetting)

> I'm hopeful this will lead to many good things:

Yes, let's see what we can do with this ... seems like Postgres may
be coming full circle ;-)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-12 04:24:26 Re: Changing the default configuration (was Re:
Previous Message Joe Hellerstein 2003-02-12 03:55:02 Heads up: Telegraph research project at UC Berkeley