Re: pg_dump order of rows

Поиск
Список
Период
Сортировка
От Hampus Wessman
Тема Re: pg_dump order of rows
Дата
Msg-id 4D05E6CB.9050702@gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump order of rows  (Jan Kesten <jan@dafuer.de>)
Ответы Re: pg_dump order of rows  (Vick Khera <vivek@khera.org>)
Список pgsql-general
On 2010-12-13 09:12, Jan Kesten wrote:
>
> I'm not aware of any database where I can influence the on-disk order
> directly, but there may be some hints I'm probably missing (even a
> vacuum full will only compact the datafile as far as I know but not
> reoder it accoring to an index or something).
CLUSTER should be able to do that for you. See
http://www.postgresql.org/docs/9.0/static/sql-cluster.html.
/ Hampus

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Performance tuning in Pgsql
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Urgent -- High memory usage on PostgreSQL server