Re: cheaper snapshots redux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cheaper snapshots redux
Дата
Msg-id 2294.1314284377@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: cheaper snapshots redux  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: cheaper snapshots redux  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Well, one long-running transaction that only has a single XID is not
> really a problem: the snapshot is still small.  But one very old
> transaction that also happens to have a large number of
> subtransactions all of which have XIDs assigned might be a good way to
> stress the system.

That's a good point.  If the ring buffer size creates a constraint on
the maximum number of sub-XIDs per transaction, you're going to need a
fallback path of some sort.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: cheaper snapshots redux
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: cheaper snapshots redux