Re: When will table partitioning be available..

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: When will table partitioning be available..
Дата
Msg-id Pine.LNX.4.33.0306300616280.13665-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: When will table partitioning be available..  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-hackers
On Fri, 27 Jun 2003, Bruno Wolff III wrote:

> On Thu, Jun 26, 2003 at 09:27:23 -0700,
>   Shirish Reddy <shirish_reddy@yahoo.com> wrote:
> > Hi,
> > 
> > One of the issues that is preventing us from migrating
> > from an Oracle DB to Postgres is that Table
> > Partitioning is not available in Postgres yet.
> > Partitioning is still listed as a TO DO. Any ideas
> > when this will be available in Postgres? Approximate
> > time frame will be good enough for now.
> 
> I haven't heard of anyone actually working on it right now, so it would
> be hard to give any kind of time frame other than it won't be in 7.4
> unless someone jumps out of the woodwork in the next couple of days.
> 
> Are partial indexes a possible solution for your problem?

This last sentence makes a very valid point.  Just because you solve a 
problem in Oracle-land one way does not mean the most effective means to 
solve it in Postgresql-land is by the same methodology.  Many solutions in 
one of these domains will not, and usually should not, have a direct 1 to 
1 mapping.  It's often better to post what problems you're having in 
Postgresql and ask the list for advice.  The solution may be much simpler 
than you'd imagine, but without know what the problem is, it's hard to 
suggest a solution to Shirish Reddy.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: deststar
Дата:
Сообщение: Is Patch Ok for deferred trigger disk queue?
Следующее
От: Carlos Guzman Alvarez
Дата:
Сообщение: Re: Question about array read using protocol 3.0 implementation