|
569 | 569 | removes the rest. The estimate is based on a moving average of the number
|
570 | 570 | of WAL files used in previous checkpoint cycles. The moving average
|
571 | 571 | is increased immediately if the actual usage exceeds the estimate, so it
|
572 |
| - accommodates peak usage rather average usage to some extent. |
| 572 | + accommodates peak usage ratherthanaverage usage to some extent. |
573 | 573 | <varname>min_wal_size</> puts a minimum on the amount of WAL files
|
574 | 574 | recycled for future usage; that much WAL is always recycled for future use,
|
575 | 575 | even if the system is idle and the WAL usage estimate suggests that little
|
|