Re: WAL Log Size

Поиск
Список
Период
Сортировка
От John Evans
Тема Re: WAL Log Size
Дата
Msg-id Pine.LNX.4.64.0802281623160.9574@.
обсуждение исходный текст
Ответ на Re: WAL Log Size  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-general
On Thu, 28 Feb 2008, Greg Smith wrote:

> Nope; you'd want to play with XLOG_SEG_SIZE to change this.  Have to
> dump/initdb/reload your database as well to do it.  Really just not a good
> idea.

Thanks for the insight there. I figured changing the code would be
dangerous. I'm glad I asked, and thanks for the answer!

> create table xlog_switch as
> select '0123456789ABCDE' from generate_series(1,1000000);
> drop table xlog_switch;

Thanks for the 2-liner. Good stuff. I'll be putting that into place
ASAP!

--
John Evans
Administrator of kilnar.com

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

Предыдущее
От: "Dan Armbrust"
Дата:
Сообщение: errors in pg_restore on windows?
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: LIMIT Question