Thread: btree spool function

btree spool function

From
Teju
Date:
Hi,

I am trying to understand the function of spool
structure in btree. 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



____________________________________________________________________________________
Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php

Re: btree spool function

From
Sean Davis
Date:
Teju wrote:
> Hi,
>
> I am trying to understand the function of spool
> structure in btree. 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?

Hi.

You might get an answer here, but this isn't really a NOVICE question, I
don't think.  You might ask on the general or hackers list.

Sean