Re: spool function in nbtree index

From: Jim Nasby <decibel(at)decibel(dot)org>
To: Teju <tejasvic(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: spool function in nbtree index
Date: 2007-07-24 18:49:54
Message-ID: A79997B7-CA4A-4561-AA08-C72D4F71A01D@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Something this detailed would best be asked on -hackers.

On Jul 21, 2007, at 7:53 PM, Teju wrote:

> Hi,
>
> I am trying to understand the function of spool
> structure in btree index creation. I understand that
> there are 2 of
> them, one for the itups to be sorted and the other
> for
> dead tuples.
> Now, if I want to see all the itups that are loaded
> into the main spool (not spool for the dead tuples),
> what function should i look into and which
> structure/variable holds this value?
>
> thanks in advance,
> TPC
>
>
>
>
> ______________________________________________________________________
> ______________
> Be a better Globetrotter. Get better travel answers from someone
> who knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545469
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/
>

--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2007-07-24 18:52:12 Re: [GENERAL] Should SERIAL column have MAXVAL set on sequence
Previous Message Jim Nasby 2007-07-24 18:48:20 Re: postgresql compile problem