Re: What exactly is our CRC algorithm? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: What exactly is our CRC algorithm?
Date
Msg-id 20141126235652.GA22659@momjian.us
Whole thread Raw
In response to Re: What exactly is our CRC algorithm?  ("ktm@rice.edu" <ktm@rice.edu>)
Responses Re: What exactly is our CRC algorithm?  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
List pgsql-hackers
On Fri, Nov 21, 2014 at 07:49:45AM -0600, ktm@rice.edu wrote:
> Hi,
> 
> This indicates that another part of the system is the resource limit,
> not the CRC calculation. My money is on the I/O system. Try it using
> an in memory filesystem and see if that matters. Even if it is still
> the same results, at least the new version of CRC is no worse than
> the current version.

I would test it with fsync=off to remove the fsync delay.  That will
simulate an SSD or BBU controller.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: 9.2 recovery/startup problems
Next
From: Jeff Janes
Date:
Subject: Re: 9.2 recovery/startup problems