SoC Ideas for people looking for projects

From: Benjamin Arai <benjamin(at)araisoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: SoC Ideas for people looking for projects
Date: 2007-03-20 17:59:03
Message-ID: 695ADC5D-E323-46F3-A449-8EB85D3C027E@araisoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,

If you are looking for a SoC idea, I have listed a couple below. I
am not sure how good of an idea they are but I have ran into the
following limitations and probably other people have as well in the
past.

1. Can user based priorities be implemented as a summer project? To
some extent it has already been implemented in research (http://
www.cs.cmu.edu/~bianca/icde04.pdf), so it is definitely possible and
scalable.

2. Distributed full-text indexing. This one I am really not sure how
possible it is but (TSearch2) very scalable (cannot do multi
terabyte fulltext indexes). Maybe some sort system could be devised
to perform fulltext searches over multiple systems and merge the
ranked results at some root node.

Benjamin

On Mar 20, 2007, at 10:07 AM, Josh Berkus wrote:

> Students & Professors,
>
> There are only 5 days left to submit your PostgreSQL Google Summer
> of Code Project:
> http://www.postgresql.org/developer/summerofcode.html
>
> If you aren't a student, but know a CS student interested in
> databases, testing, GUIs, or any other OSS coding, please point
> them to our SoC page and encourage them to apply right away!
>
> If you are a student, and you've been trying to perfect your
> application, please go ahead and submit it ... we can't help you if
> you miss the deadline, but we can help you fix an incomplete
> application.
>
> --Josh Berkus
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Vanasco 2007-03-20 18:03:11 sql indexing suggestions needed
Previous Message Jeff Davis 2007-03-20 17:53:14 Re: Reference Type in PostgreSQL

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2007-03-20 18:07:16 Re: Interaction of PITR backups and Bulkoperationsavoiding WAL
Previous Message Tom Lane 2007-03-20 17:49:06 Re: Stats for multi-column indexes