Enable constraint exclusion at execution time. It is by default enabled.
Enable ordered append optimization for queries that are ordered by the time dimension. It is by default enabled.
Enable chunk append node. It is by default enabled.
Enable parallel aware chunk append node. It is by default enabled.
Enable runtime chunk exclusion in chunk append node. It is by default enabled.
Enable planner constraint exclusion. It is by default enabled.
Enable transparent decompression when querying hypertable. It is by default enabled.
Enable group-by clause reordering for continuous aggregates. It is by default enabled.
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.
Enables two-phase commit for distributed hypertables. If disabled, it will use a one-phase commit instead, which is faster but can result in inconsistent data. It is by default enabled.
If enabled, TimescaleDB will combine different chunks belonging to the same hypertable into a single query per data node. It is by default enabled.
When acting as a access node, TimescaleDB splits batches of inserted
tuples across multiple data nodes. It will batch up to
max_insert_batch_size
tuples per data node before flushing. Setting
this to 0 disables batching, reverting to tuple-by-tuple inserts. The
default value is 1000.
Enables binary format for data exchanged between nodes in the cluster. It is by default enabled.
Enables DDL operations on data nodes by a client and do not restrict execution of DDL operations only by access node. It is by default disabled.
Enables optimization that runs remote queries asynchronously across data nodes. It is by default enabled.
Enable getting and showing EXPLAIN
output from remote nodes. This
will require sending the query to the data node, so it can be affected
by the network connection and availability of data nodes. It is by default disabled.
Pick data fetcher type based on type of queries you plan to run, which
can be either rowbyrow
or cursor
. The default is rowbyrow
.
Specifies the path used to search user certificates and keys when
connecting to data nodes using certificate authentication. Defaults to
timescaledb/certs
under the PostgreSQL data directory.
Specifies the name of the file where passwords are stored and when connecting to data nodes using password authentication.
Set TimescaleDB in restoring mode. It is by default disabled.
TimescaleDB license type. Determines which features are enabled. The
variable value defaults to timescale
.
Telemetry settings level. Level used to determine which telemetry to
send. Can be set to off
or basic
. Defaults to basic
.
Records last time timescaledb-tune
ran.
Version of timescaledb-tune
used to tune when it ran.