| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | imre(dot)gabesz(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: 30.3. Asynchronous Commit |
| Date: | 2019-04-10 20:06:10 |
| Message-ID: | 20190410200610.vhij57iz2xzottiu@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)momjian(dot)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 +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2019-04-10 20:47:47 | Re: 30.3. Asynchronous Commit |
| Previous Message | Jonathan S. Katz | 2019-04-10 19:11:24 | Re: Typo |