| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Simon Riggs" <simon(at)2ndquadrant(dot)com> |
| Cc: | "Bruce Momjian" <bruce(at)momjian(dot)us>, "Jim Nasby" <decibel(at)decibel(dot)org>, "Zeugswetter Andreas ADI SD" <ZeugswetterA(at)spardat(dot)at>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: [HACKERS] [PATCHES] wal_checksum = on (default) | off |
| Date: | 2007-01-11 14:01:09 |
| Message-ID: | 17133.1168524069@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
"Simon Riggs" <simon(at)2ndquadrant(dot)com> writes:
> COPY XLogInsert() #1 on oprofile results at 17% CPU
> (full_page_writes = on)
But what portion of that is actually CRC-related? XLogInsert does quite
a lot.
Anyway, I can't see degrading the reliability of the system for a gain
in the range of a few percent, which is the most that we'd be likely
to get here ... for a factor of two or more, maybe people would be
willing to take a risk.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2007-01-11 14:20:57 | contrib/xml2 and xml type |
| Previous Message | Andrew Dunstan | 2007-01-11 12:54:24 | Re: share info between backends |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2007-01-11 14:54:52 | Re: [HACKERS] [PATCHES] wal_checksum = on (default) | off |
| Previous Message | Simon Riggs | 2007-01-11 11:32:12 | Re: [HACKERS] [PATCHES] wal_checksum = on (default) | off |