Re: 30.3. Asynchronous Commit

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 30.3. Asynchronous Commit
Дата
Msg-id 20190410200610.vhij57iz2xzottiu@momjian.us
обсуждение исходный текст
Ответ на 30.3. Asynchronous Commit  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: 30.3. Asynchronous Commit  (Andres Freund <andres@anarazel.de>)
Список pgsql-docs
On Wed, Mar 27, 2019 at 12:25:34PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/9.6/wal-async-commit.html
> Description:
> 
> How do async commits and unlogged tables relate? You might add a paragraph
> on clarifying this relation. 
> https://www.postgresql.org/docs/9.6/wal-async-commit.html

Async commit controls the WAL writes for _logged_ tables.  Unlogged
tables don't generate WAL, since they are not crash safe, and hence are
not affected by async commit.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



В списке pgsql-docs по дате отправления:

Предыдущее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Typo
Следующее
От: Andres Freund
Дата:
Сообщение: Re: 30.3. Asynchronous Commit