Re: SSI non-serializable UPDATE performance

Поиск
Список
Период
Сортировка
От Dan Ports
Тема Re: SSI non-serializable UPDATE performance
Дата
Msg-id 20110427175914.GB1432@csail.mit.edu
обсуждение исходный текст
Ответ на Re: SSI non-serializable UPDATE performance  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On Wed, Apr 27, 2011 at 06:26:52PM +0100, Simon Riggs wrote:
> Reading the code, IIUC, we check for RW conflicts after each write but
> only if the writer is running a serializable transaction.
> 
> Am I correct in thinking that there is zero impact of SSI if nobody is
> running a serializable transaction?

That is correct, now.

(Well, other than having to check whether a serializable transaction is
running, the cost of which is truly negligible.)

Dan

-- 
Dan R. K. Ports              MIT CSAIL                http://drkp.net/


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: "stored procedures" - use cases?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI non-serializable UPDATE performance