[HACKERS] A doubt about table partitioning. (Item 5.9 from Postgresql online manual)

2009-03-06 Thread Lucio Chiessi
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

Re: [HACKERS] A doubt..

2006-02-22 Thread Qingqing Zhou
"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:

[HACKERS] A doubt..

2006-02-22 Thread Dhanaraj
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