From:
Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To:
Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
Cc:
simon(at)2ndquadrant(dot)com, 'Alvaro Herrera' <alvherre(at)2ndquadrant(dot)com>,
noah(at)leadboat(dot)com, horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp,
pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Performance Improvement by reducing WAL for Update
Operation
Date:
2013-01-29 10:22:43
Message-ID:
5107A2F3.5080605@vmware.com (view raw or flat )
Thread:
2013-01-21 16:02:14 from Amit kapila <amit(dot)kapila(at)huawei(dot)com>
2013-01-28 13:39:22 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-01-28 21:23:09 from Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
2013-01-29 09:58:34 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-01-29 10:22:43 from Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
2013-01-29 14:11:49 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-01-30 15:02:23 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-01-31 13:14:25 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-02-01 13:06:42 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-02-05 15:53:13 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-03-03 14:48:59 from Craig Ringer <craig(at)2ndquadrant(dot)com>
2013-03-04 04:39:57 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-03-05 21:26:59 from Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
2013-03-06 11:10:35 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-03-07 12:59:20 from Andres Freund <andres(at)2ndquadrant(dot)com>
2013-03-08 15:51:36 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-03-13 12:20:26 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
2013-03-29 11:14:39 from Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
Lists:
pgsql-hackers
On 29.01.2013 11:58, Amit Kapila wrote:
> Can there be another way with which current patch code can be made better,
> so that we don't need to change the encoding approach, as I am having
> feeling that this might not be performance wise equally good.
The point is that I don't want to heap_delta_encode() to know the
internals of pglz compression. You could probably make my patch more
like yours in behavior by also passing an array of offsets in the new
tuple to check, and only checking for matches as those offsets.
- Heikki
In response to
Responses
pgsql-hackers by date
Next :From: Simon RiggsDate: 2013-01-29 11:22:15
Subject : Re: [sepgsql 2/3] Add db_schema:search permission checks
Previous :From : Magnus HaganderDate : 2013-01-29 10:15:41
Subject : Re: pg_basebackup with -R option and start standby have
problems with escaped password