Re: [HACKERS] HOT Update || want to use a different page for updated tuple

2014-04-04 Thread Rohit Goyal
On Fri, Apr 4, 2014 at 2:03 PM, Heikki Linnakangas wrote: > On 04/04/2014 02:53 PM, Rohit Goyal wrote: > >> Hi All, >> >> I was comparing postgresql performance and was just curious about >> performance in case i want to store the updated index tuple version on a >> different page. >> I was lookin

Re: [HACKERS] HOT Update || want to use a different page for updated tuple

2014-04-04 Thread Heikki Linnakangas
On 04/04/2014 02:53 PM, Rohit Goyal wrote: Hi All, I was comparing postgresql performance and was just curious about performance in case i want to store the updated index tuple version on a different page. I was looking into the code of heapam.c, but was not able to find loop which i should remo

[HACKERS] HOT Update || want to use a different page for updated tuple

2014-04-04 Thread Rohit Goyal
Hi All, I was comparing postgresql performance and was just curious about performance in case i want to store the updated index tuple version on a different page. I was looking into the code of heapam.c, but was not able to find loop which i should remove so that postgresql use a different buffer