WAL and TMP directory locations

Поиск
Список
Период
Сортировка
От Robert Schnabel
Тема WAL and TMP directory locations
Дата
Msg-id 49D4E447.5060007@missouri.edu
обсуждение исходный текст
Список pgsql-novice
I suspect that I already know the answer to my question but I'm looking
for confirmation from experts.  I have moved my pg_xlog and pgsql_tmp
directories to a separate disk array to distribute IO. Some details...
Windows XP64, pg 8.3.7, all disk arrays are direct attach to my raid
card (SAS).

I have one rather large table (~1.5 B rows) that I do sorting and
grouping on in order to calculate some values that I need and then
insert those values into another table.   This produces a lot of tmp
files (over 80 the last time I ran the query) which is why I moved the
tmp directory.

Question... is this appropriate and is there anything else I could
change to help speed things up.

Thanks,
Bob

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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: grouping by time interval
Следующее
От: Mary Anderson
Дата:
Сообщение: Re: constraint is not dropped when table is dropped