asynchronous commit - Mailing list pgsql-general

From Robert DiFalco
Subject asynchronous commit
Date
Msg-id CAAXGW-y+LGatOLyaakXF2JfaHMM8JKyMAnwA-A0Lj1WosZaxZg@mail.gmail.com
Whole thread Raw
Responses Re: asynchronous commit  (Jeff Janes <jeff.janes@gmail.com>)
Re: asynchronous commit  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: asynchronous commit  (Andreas Kretschmer <akretschmer@spamfence.net>)
List pgsql-general
I have several tables that I use for logging and real-time stats. These are not critical and since they are a bottleneck I want transactions against them to always be asynchronous. Is there a way to specify this at a table level or do I have to make sure to call set synchronous_commit='off'  every time I insert or update to them? And presumably remember to turn it back on again for safety. 

pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: partitioning query planner almost always scans all tables
Next
From: Jeff Janes
Date:
Subject: Re: asynchronous commit