Re: Sponsoring enterprise features

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, jamesr(at)best(dot)com
Subject: Re: Sponsoring enterprise features
Date: 2003-11-23 02:39:34
Message-ID: 20031123023934.GC4220@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 22, 2003 at 11:54:45AM -0800, Josh Berkus wrote:

> > In a nutshell, the features on my short list are all about heap
> > management (e.g. partitioning). This is really important when databases
> > reach a certain size, but something for which Postgres has almost no
> > support.
>
> heap management == table partitioning?

It was just an example. Another example could be a B-Tree sorted heap
(like an index, but with the whole tuple at the leaf pages instead of a
pointer to the heap). There was a thread about this some time ago.
It seemed a good idea ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Para tener más hay que desear menos"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2003-11-23 03:32:18 [7.4] statistics collector: Protocol not supported
Previous Message Rod Taylor 2003-11-22 23:47:19 Re: Anyone working on pg_dump dependency ordering?