Skip to content

Commit

Permalink
merge clarification (#3649)
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Cox <[email protected]>
  • Loading branch information
atovpeko and billy-the-fish authored Dec 13, 2024
1 parent 0dfcd48 commit 5dd7ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions self-hosted/configuration/timescaledb-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ in this way.

### `timescaledb.enable_merge_on_cagg_refresh (bool)`

Set to `TRUE` to dramatically decrease the amount of data written on a continuous aggregate
Set to `ON` to dramatically decrease the amount of data written on a continuous aggregate
in the presence of a small number of changes, reduce the i/o cost of refreshing a
[continuous aggregate][continuous-aggregates], and generate fewer Write-Ahead Logs (WAL)
[continuous aggregate][continuous-aggregates], and generate fewer Write-Ahead Logs (WAL). Only works for continuous aggregates that don't have compression enabled.

## Distributed hypertables

Expand Down

0 comments on commit 5dd7ed7

Please sign in to comment.