Difference between revisions of "Write-ahead logging (WAL)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* <code>[[/var/lib/postgresql/]]##/main[[/pg_wal/]]</code> | * <code>[[/var/lib/postgresql/]]##/main[[/pg_wal/]]</code> | ||
− | |||
* <code>[[wal_level]]</code> | * <code>[[wal_level]]</code> | ||
− | |||
− | |||
− | |||
[[Prometheus logs]]: | [[Prometheus logs]]: | ||
− | + | * <code>ts=2023-02-17T01:00:03.414Z caller=head.go:1011 level=info component=[[tsdb]] msg="[[WAL checkpoint complete]]" first=1633 last=1634 duration=628.31117ms</code> | |
== Errors == | == Errors == | ||
* <code>[[could not find WAL segment]]</code> | * <code>[[could not find WAL segment]]</code> | ||
+ | * <code>2023-06-19 06:32:37.504 UTC [1440100] HINT: Consider increasing the configuration parameter "[[max_wal_size]]".</code> | ||
== Related terms == | == Related terms == |
Revision as of 06:49, 20 June 2023
ts=2023-02-17T01:00:03.414Z caller=head.go:1011 level=info component=tsdb msg="WAL checkpoint complete" first=1633 last=1634 duration=628.31117ms
Errors
could not find WAL segment
2023-06-19 06:32:37.504 UTC [1440100] HINT: Consider increasing the configuration parameter "max_wal_size".
Related terms
See also
Advertising: