Re: partitionning

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: partitionning
Дата
Msg-id 1110386573.19624.36.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на partitionning  ("FERREIRA William (COFRAMI)" <william.ferreira@airbus.com>)
Ответы Re: partitionning  (Greg Stark <gsstark@mit.edu>)
Re: partitionning  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Wed, 2005-03-09 at 10:31, FERREIRA William (COFRAMI) wrote:
> hi
>
> does the table partitionning exists under PostgreSQL ? or maybe an
> alternative exists ?
>
> Oracle implements this system : it allows to spread rows on differents
> partitions depending on an attribute.
> For example, my application store xml documents in database, an the
> partitionning is used to spread the differents documents on differents
> partitions.

Currently, doing this in PostgreSQL is more of a "roll your own" thing.
you create the base tables on different table spaces, then create an
updatable view with the proper triggers to make sure that the incoming
records go to the right tables.

With the advent of very large raid arrays with very fast caching
controllers, this methodology is becoming less and less necessary.

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

Предыдущее
От: Elie Nacache
Дата:
Сообщение: unsuscribe
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: [JDBC] java is locked when select for update