Re: Is there going to be a port to Solaris 9 x86 in the - Mailing list pgsql-hackers

From Robert Treat
Subject Re: Is there going to be a port to Solaris 9 x86 in the
Date
Msg-id 1069249393.10323.8677.camel@camel
Whole thread Raw
In response to Re: Is there going to be a port to Solaris 9 x86 in the  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Responses Re: Is there going to be a port to Solaris 9 x86 in the  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
List pgsql-hackers
On Tue, 2003-11-18 at 17:31, Sailesh Krishnamurthy wrote:
> >>>>> "Mike" == Mike Mascari <mascarm@mascari.com> writes:
>     Mike> How about extra credit for PITR?
> 
> One step at a time :-)
> 
> Actually a big problem is figuring out new pieces for the
> projects. Most of the items in the TODO list are way too much for a
> class project - we gave 'em 3 weeks to make the Hash GroupedAgg work
> for large numbers of unique values (by using a form of hybrid hashing).
> 

Something like PITR could be interesting, as there is already a patch
that starts the work, the extra credit would be to take the existing
patch and actually make it work. 

> Another thing I toyed with was having an implementation of a
> Tid-List-Fetch .. sorting a TID-list from an index and fetching the
> records of the relation off the sorted list for better IO
> performance. AFAICT something like this isn't present yet .. can pgsql
> do this already ?
> 

While some form of bitmapped indexing would be cool, other ideas might
be to implement different buffer manager strategies. I was impressed by
how quickly Jan was able to implement ARC over LRU, but there are a host
of other strategies that could also be implemented. 

I think there are other good projects in there, like allowing indexes
for searching nulls, or adding concurrency to GIST, or allowing non
btree indexes to handle unique's


Robert Treat
-- 
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL



pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ECPG: "EXEC SQL CREATE SCHEMA foo" Broken
Next
From: Peter Eisentraut
Date:
Subject: Re: Build farm