My Best Regards to all on this Mail List...
I'm using table partition on a large database to improve query performance
and vacuum management.
I'm read and understand all in item 5.9 in postgresql online manual.
In my father table, I have all the columns needed and which one is primary
key and
"Dhanaraj" <[EMAIL PROTECTED]> wrote
> Hi all
>
> I looked at B-tree and r-tree implementations. However i could not find
> out where it is used.
The secret is in index_getnext(), which is a general cap for all index
access methods. First it retrieves the correct AM from the pg_am system
catalog:
Hi all
I looked at B-tree and r-tree implementations. However i could not find
out where it is used. It seems that the data retrieved from the data
base is kept in the tuple data structure. I am not clear in that. please
some one help me..
Thanks
Dhanaraj
---(end of