Re: row level lock and table level locks

From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: row level lock and table level locks
Date: 2003-09-08 17:17:46
Message-ID: BAY1-F40no3gIpgYG2N0000a3f6@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>TupleTables are just temporary data structures to hold transiently
>created tuples during execution of a query. There's usually one for
>each plan node.
>
whats a 'plan node'?

>From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>To: "Jenny -" <nat_lazy(at)hotmail(dot)com>
>CC: pgsql-hackers(at)postgresql(dot)org
>Subject: Re: [HACKERS] row level lock and table level locks Date: Mon, 08
>Sep 2003 12:49:51 -0400
>
>"Jenny -" <nat_lazy(at)hotmail(dot)com> writes:
> > I found out that TupleTable stores per-tuple information(it stores
> > HeapTupleData) and that also there are multiple TupleTables in the db at
>a
> > time.Based on what are diffrent TupleTables created?
>
>TupleTables are just temporary data structures to hold transiently
>created tuples during execution of a query. There's usually one for
>each plan node.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster

_________________________________________________________________
Compare Cable, DSL or Satellite plans: As low as $29.95.
https://broadband.msn.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeroen Ruigrok/asmodai 2003-09-08 17:25:42 Re: FreeBSD/i386 thread test
Previous Message Serguei Mokhov 2003-09-08 17:14:09 Re: mcxt.c