Re: Commit fest?

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Commit fest?
Date: 2008-03-17 17:04:00
Message-ID: Pine.GSO.4.64.0803171254510.20625@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 17 Mar 2008, Magnus Hagander wrote:

> We are sucking a lot of this data down to the db on search.postgresql.org
> already. Does it make sense to do it there perhaps?

No, using the database for this sort of thing is so old-school at this
point. Didn't you hear that good web applications abstract away the
database so you don't have to worry about what's in there? The right way
to handle this is to push the entire archive through the client each time
so it can make rich decisions about the data instead. I hear Ruby on
Rails is a good tool for this.

> Is there need for anything more than a unique-messageid-hit? If that's
> all we need, we could easily have an url like
> http://search.postgresql.org/search?msgid=19873987123(at)foo(dot)com redirect
> to the proper page on archives?

That would be perfect. I'd like to be able to replace my saved mailbox
with a web page containing links to the archives instead, and that would
be easy to do with that support. Bruce's requirements have a similar
mapping job to accomplish, and I could imagine a useful app for that area
that consumed an mbox file and output a page of wiki markup. Why, the
patch queue is practically on a wiki already!

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2008-03-17 17:04:53 Re: [0/4] Proposal of SE-PostgreSQL patches
Previous Message Tom Lane 2008-03-17 16:56:58 Re: Minimum selectivity estimate for LIKE 'prefix%'