Skip to content

Commit 47e6b61

Browse files
Intro for GUC overview (#4301)
* add namespace and example * Apply suggestion from @billy-the-fish Co-authored-by: Iain Cox <[email protected]> Signed-off-by: Philip Krauss <[email protected]> --------- Signed-off-by: Philip Krauss <[email protected]> Co-authored-by: Iain Cox <[email protected]>
1 parent 97e1a11 commit 47e6b61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

api/configuration/gucs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ import TsdbGucsList from "versionContent/_partials/_timescaledb-gucs.mdx";
1010

1111
You use the following Grand Unified Configuration (GUC) parameters to optimize the behavior of your $SERVICE_LONG.
1212

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+
1320
<TsdbGucsList />

0 commit comments

Comments
 (0)