Re: Replication logging

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Replication logging
Дата
Msg-id 4D35EAD3.3000800@agliodbs.com
обсуждение исходный текст
Ответ на Re: Replication logging  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
All,

Just speaking as someone who does a lot of log-crunching for performance
review, I don't find having a separate log_connections option for
replication terribly useful.  It's easy enough for me to just log all
connections and filter for the type of connections I want.

Even in cases where there's a ton of connection activity (e.g. PHP
webapp without a connection pool) logging all connections still doesn't
generate that many MB of output, in my experience.

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: limiting hint bit I/O
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: patch: fix performance problems with repated decomprimation of varlena values in plpgsql