Skip to content

Commit

Permalink
README: add Caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuelf committed Jun 26, 2023
1 parent e6f7c28 commit a7db031
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,18 @@ WARNING: value is 1000000000
```

And this time, the specific configuration is applied.

Caveats
--------

Enabling this extension might have a performance impact on OLTP workloads.
The more entries in the table, the greater the impact. This will be improved
in future releases.

It is possible to disable it globally by setting the parameter
`pg_query_settings.enabled` to `false` in the main configuration file,
and to enable it only for a specific database or user. For example:

```
ALTER ROLE olap_user SET pg_query_settings.enabled = true;
```

0 comments on commit a7db031

Please sign in to comment.