We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e1a11 commit 47e6b61Copy full SHA for 47e6b61
api/configuration/gucs.md
@@ -10,4 +10,11 @@ import TsdbGucsList from "versionContent/_partials/_timescaledb-gucs.mdx";
10
11
You use the following Grand Unified Configuration (GUC) parameters to optimize the behavior of your $SERVICE_LONG.
12
13
+The namespace of each GUC is `timescaledb`.
14
+To set a GUC you specify `<namespace>.<GUC name>`. For example:
15
+
16
+```sql
17
+SET timescaledb.enable_tiered_reads = true;
18
+```
19
20
<TsdbGucsList />
0 commit comments