Re: Repeatable Read Isolation Level "transaction start time"
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: Repeatable Read Isolation Level "transaction start time" |
| Дата | |
| Msg-id | 3346993.1727188126@sss.pgh.pa.us обсуждение |
| Ответ на | Repeatable Read Isolation Level "transaction start time" (Wizard Brony <wizardbrony@gmail.com>) |
| Ответы |
Re: Repeatable Read Isolation Level "transaction start time"
|
| Список | pgsql-general |
Wizard Brony <wizardbrony@gmail.com> writes:
> But in my testing, I find that according to that statement, the transaction start time is actually "the start of the
firstnon-transaction-control statement in the transaction" (as mentioned earlier in the section). Is my conclusion
correct,or am I misunderstanding the documentation?
It's even looser than that, really: it's the first statement that
requires an MVCC snapshot. From memory, LOCK TABLE is an important
exception --- you can acquire table locks before pinning down
a snapshot, and this is important in some scenarios.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера