Re: Call for Google Summer of Code (GSoC) 2012: Project ideas?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Andy Colson <andy(at)squeakycode(dot)net>
Cc: Stefan Keller <sfkeller(at)gmail(dot)com>, pgsql-general List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Call for Google Summer of Code (GSoC) 2012: Project ideas?
Date: 2012-03-09 15:47:09
Message-ID: CAHyXU0y7j22Aa3ekkbgCGwiC3VcdsOrY1k6X0-wJyD+E3wHs6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 8, 2012 at 2:01 PM, Andy Colson <andy(at)squeakycode(dot)net> wrote:
> I know toast compresses, but I believe its only one row.  page level would
> compress better because there is more data, and it would also decrease the
> amount of IO, so it might speed up disk access.

er, but when data is toasted it's spanning pages. page level
compression is a super complicated problem.

something that is maybe more attainable on the compression side of
things is a userland api for compression -- like pgcrypto is for
encryption. even if it didn't make it into core, it could live on
reasonably as a pgfoundry project.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2012-03-09 16:19:54 Re: Call for Google Summer of Code (GSoC) 2012: Project ideas?
Previous Message mgould 2012-03-09 13:04:06 Re: Call for Google Summer of Code (GSoC) 2012: Project ideas?