Re: PostgreSQL as a local in-memory cache - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PostgreSQL as a local in-memory cache
Date
Msg-id 4C29B9650200002500032CC2@gw.wicourts.gov
Whole thread Raw
In response to Re: PostgreSQL as a local in-memory cache  (Bruce Momjian <bruce@momjian.us>)
List pgsql-performance
Bruce Momjian <bruce@momjian.us> wrote:

> What synchronous_commit = false does is to delay writing
> the wal buffers to disk and fsyncing them, not just fsync

Ah, that answers the question Josh Berkus asked here:

http://archives.postgresql.org/pgsql-performance/2010-06/msg00285.php

(which is something I was wondering about, too.)

-Kevin

pgsql-performance by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL as a local in-memory cache
Next
From: "Benjamin Krajmalnik"
Date:
Subject: Re: cpu bound postgresql setup.