asynchronous commit

Поиск
Список
Период
Сортировка
От Robert DiFalco
Тема asynchronous commit
Дата
Msg-id CAAXGW-y+LGatOLyaakXF2JfaHMM8JKyMAnwA-A0Lj1WosZaxZg@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: partitioning query planner almost always scans all tables
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: asynchronous commit