Re: SSI implementation question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SSI implementation question
Дата
Msg-id 20067.1319061153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SSI implementation question  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: SSI implementation question
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Dan Ports <drkp@csail.mit.edu> wrote:
>> the sxact's lastCommitBeforeSnapshot needs to match the snapshot,
>> SxactGlobalXmin needs to be set to the correct value, etc. That's
>> why the call to GetSnapshotData happens from where it does
> Oh, right.  I knew I was forgetting something.  What if that was
> captured as part of building a snapshot?  That seems like it would
> be a trivial cost compared to other snapshot-building activity, and
> might give us a way to get this out from under the
> SerializableXactHashLock locking.

But aren't the values you need to fetch protected by
SerializableXactHashLock?  Having to take an additional LWLock is
*not* a "trivial cost".
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI implementation question