Re: Meaning of .log_cnt?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Meaning of .log_cnt?
Дата
Msg-id 7487.1049476267@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Meaning of .log_cnt?  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> If you were wanting to sync a sequence on 2 separate dbs, as in master-slave
> replication, log_cnt would not be a column you would care about?

I don't believe so.  My recollection is that it's actually the number of
IDs available before we have to write another WAL log entry for the
sequence.  So unless you're using a replication method that can get at
WAL entries, it's a non-issue.

            regards, tom lane


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Meaning of .log_cnt? (WRT REPLICATION)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: heap_mark4update error on UPDATE