Re: partitionning

Поиск
Список
Период
Сортировка
От Thomas F.O'Connell
Тема Re: partitionning
Дата
Msg-id 253549123edb8ff03cb7604841d3dd20@sitening.com
обсуждение исходный текст
Ответ на partitionning  ("FERREIRA William (COFRAMI)" <william.ferreira@airbus.com>)
Список pgsql-general
Tablespaces are the closest thing. They were introduced in 8.0:

http://www.postgresql.org/docs/8.0/static/sql-createtablespace.html

-tfo

--
Thomas F. O'Connell
Co-Founder, Information Architect
Sitening, LLC
http://www.sitening.com/
110 30th Avenue North, Suite 6
Nashville, TN 37203-6320
615-260-0005

On Mar 9, 2005, at 10:31 AM, 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.
>  
> thanks


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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: [JDBC] java is locked when select for update
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: PostgreSQL still for Linux only?