Skip to content

Commit

Permalink
Revert "Document timescaledb.bgw_scheduler_restart_time (#2748)" (#2770)
Browse files Browse the repository at this point in the history
This reverts commit 633f3d8.
  • Loading branch information
mkindahl authored Oct 30, 2023
1 parent d78a858 commit 6ab9184
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions self-hosted/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ Max background worker processes allocated to TimescaleDB. Set to at
least 1 + number of databases in Postgres instance to use background
workers. Default value is 8.

### `timescaledb.bgw_scheduler_restart_time (int)`

Scheduler restart time in seconds. If the scheduler encounters an
error, it exits with an error code and restart after
`timescaledb.bgw_scheduler_restart_time` seconds. Default value is 30
seconds. You can set this to a value between 1 and 3600 seconds.

### Distributed hypertables

#### `timescaledb.hypertable_distributed_default (enum)`
Expand Down
9 changes: 1 addition & 8 deletions self-hosted/configuration/timescaledb-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ Max background worker processes allocated to TimescaleDB. Set to at least 1 +
the number of databases loaded with a TimescaleDB extension in a PostgreSQL
instance. Default value is 16.

### `timescaledb.bgw_scheduler_restart_time (int)`

Scheduler restart time in seconds. If the scheduler encounters an
error, it exits with an error code and restart after
`timescaledb.bgw_scheduler_restart_time` seconds. Default value is 30
seconds. You can set this to a value between 1 and 3600 seconds.

## Distributed hypertables

### `timescaledb.enable_2pc (bool)`
Expand All @@ -36,7 +29,7 @@ Enables two-phase commit for distributed hypertables. If disabled, it
uses a one-phase commit instead, which is faster but can result in
inconsistent data. It is by default enabled.

### `timescaledb.enable_per_data_node_queries (bool)`
### `timescaledb.enable_per_data_node_queries`

If enabled, TimescaleDB combines different chunks belonging to the
same hypertable into a single query per data node. It is by default enabled.
Expand Down

0 comments on commit 6ab9184

Please sign in to comment.