Re: Transaction costs?

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Transaction costs?
Date: 2000-11-02 22:59:39
Message-ID: 3.0.5.32.20001103095939.02bd8910@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 11:33 2/11/00 -0500, Tom Lane wrote:
>> Conn1: Begin
>> Conn1: lo_create/lo_close/lo_write.../lo_close
>> Conn2: Insert into xref table (which does an implicit begin/end, I think).
>> Conn1: Commit;
>
>Two connections?

Otherwise a reconnect will lose the temp table contents.

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2000-11-02 23:03:54 RE: relation ### modified while in use
Previous Message Tom Lane 2000-11-02 22:42:18 Re: Problem with 2 avcuums in parallel