5 messages in org.postgresql.pgsql-hackersRe: Berkeley and CMU classes adopt/ex...
FromSent OnAttachments
Joe HellersteinFeb 11, 2003 7:38 pm 
Tom LaneFeb 11, 2003 8:13 pm 
Anastassia AilamakiFeb 11, 2003 8:31 pm 
Bruce MomjianFeb 14, 2003 11:11 am 
Marc G. FournierFeb 14, 2003 3:45 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Berkeley and CMU classes adopt/extend PostgreSQL Actions...
From:Tom Lane (tg@sss.pgh.pa.us)
Date:Feb 11, 2003 8:13:19 pm
List:org.postgresql.pgsql-hackers

"Joe Hellerstein" <jm@cs.berkeley.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 ;-)