Re: pg_dump / pg_dumpall / memory issues

Поиск
Список
Период
Сортировка
От Kyle
Тема Re: pg_dump / pg_dumpall / memory issues
Дата
Msg-id 3E956CBF.6080205@ccidomain.com
обсуждение исходный текст
Ответ на Re: pg_dump / pg_dumpall / memory issues  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
Shridhar has a good point using nice.  I know RedHat supports nice
because I have installed a totally background program that uses "nice
19" as part of its command line.

I just successfully tried this on a RedHat 7.3:

nice -n 15 pg_dumpall >testdump.sql

It seems to work.  However, my SQL server is so lightly loaded I cannot
verify that it actually *helps*.

-Kyle

Shridhar Daithankar wrote:
> If you have an OS that binds nice value of a process to it's I/O priority, you
> can lower the priority  of pg_dump so that it runs very slow, so to speak.
>
> I believe freeBSD does this. Not sure if linux does it as well.
>
> HTH
>
>  Shridhar
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: How to insert a string with '/' using COPY command from a text file
Следующее
От: Himmet Karaman
Дата:
Сообщение: PLEASE HELP ME URGENT about choosing only the ones that i want while entering the data to postgresql with pgaccess on linux or windows or pgadmin II