Re: Proposal for CSN based snapshots - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Proposal for CSN based snapshots
Date
Msg-id 75c0ea70-6292-6b24-ac8f-cea21134f8d8@commandprompt.com
Whole thread Raw
In response to Re: Proposal for CSN based snapshots  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 08/10/2016 09:04 AM, Stephen Frost wrote:
> * Joshua D. Drake (jd@commandprompt.com) wrote:
>> +1 for Robert here, removing async commit is a non-starter. It is
>> PostgreSQL performance 101 that you disable synchronous commit
>> unless you have a specific data/business requirement that needs it.
>> Specifically because of how much faster Pg is with async commit.
>
> I agree that we don't want to get rid of async commit, but, for the
> archive, I wouldn't recommend using it unless you specifically understand
> and accept that trade-off, so I wouldn't lump it into a "PostgreSQL
> performance 101" group- that's increasing work_mem, shared_buffers, WAL
> size, etc.  Accepting that you're going to lose *committed* transactions
> on a crash requires careful thought and consideration of what you're
> going to do when that happens, not the other way around.

Yes Stephen, you are correct which is why I said, "unless you have a 
specific data/business requirement that needs it".

Thanks!

jD

>
> Thanks!
>
> Stephen
>


-- 
Command Prompt, Inc.                  http://the.postgres.company/                        +1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Everyone appreciates your honesty, until you are honest with them.
Unless otherwise stated, opinions are my own.



pgsql-hackers by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: Re: Slowness of extended protocol
Next
From: Marko Tiikkaja
Date:
Subject: Assertion failure in REL9_5_STABLE