Re: Index File growing big.

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Index File growing big.
Дата
Msg-id 20030226070040.C8814@mail.libertyrms.com
обсуждение исходный текст
Ответ на Index File growing big.  (PRAGATI SAVAIKAR <pragati@phildigital.com>)
Список pgsql-performance
On Wed, Feb 26, 2003 at 11:56:48AM +0530, PRAGATI SAVAIKAR wrote:
>
> Can U please suggest some way to avoid the file getting created when we
> move the data file (along with the index files) to another partition.

Yes.  Submit a patch which implements tablespaces ;-)

Seriously, there is no way to avoid this in the case where you are
moving the files by hand.  The suggestions for how to move files
around note this.

If this is merely a disk-size problem, why not move the entire
postgres installation to another disk, and make a link to it.  If you
still need to spread things across disks, you can move things which
don't change in size very much.  A good candidate here is the WAL
(pg_xlog), since it grows to a predictable size.  You even get a
performance benefit.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Index File growing big.
Следующее
От: daniel alvarez
Дата:
Сообщение: