Re: creating an index with tablespace on a dedicated filesystem (postgresql 8.1.5)

Поиск
Список
Период
Сортировка
От Vlad
Тема Re: creating an index with tablespace on a dedicated filesystem (postgresql 8.1.5)
Дата
Msg-id cd70c6810612140648y63f091c2y3ec12386fb7d8759@mail.gmail.com
обсуждение исходный текст
Ответ на Re: creating an index with tablespace on a dedicated filesystem (postgresql 8.1.5)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
so I guess for performance sake it makes sense do that under

$TABLESPACEPATH/yourdb/pgsql_tmp/

in case $TABLESPACEPATH for the object is being created is set to a
non-default value

>
> Temp files are created in $PGDATA/base/yourdb/pgsql_tmp/.  If you have a
> mind to, you can replace that subdirectory with a symlink to a (suitably
> secure) directory elsewhere.
>

-- Vlad

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

Предыдущее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Large Object to Bytea Conversion
Следующее
От: Marc Evans
Дата:
Сообщение: Re: creating functions with variable argument lists