Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment
От | Tom Lane |
---|---|
Тема | Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment |
Дата | |
Msg-id | 11261.1188522336@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment (Simon Riggs <simon@2ndquadrant.com>) |
Ответы |
Re: Advice on MyXactMade* flags, MyLastRecPtr,
pendingDeletes and lazy XID assignment
Re: Advice on MyXactMade* flags, MyLastRecPtr, pendingDeletes and lazy XID assignment |
Список | pgsql-hackers |
Simon Riggs <simon@2ndquadrant.com> writes: > -1 to second: If there are any temporary deleted files then it is > because we've done a large sort, hash join etc, so avoiding the sync > makes no difference to the overall response time. I think you're confused, actually: this is not about temporary sort files, it's about dropping temp relations. The scenario for this to happen in ABORT is a rollback of a transaction that made a temp table. Whether that's common enough to be worth special optimization, I'm not sure. Your point that the transaction may have been heavyweight enough that it'd hardly matter is still on-target, you just got there by the wrong reasoning ;-) regards, tom lane
В списке pgsql-hackers по дате отправления: