-
Notifications
You must be signed in to change notification settings - Fork 128
Update for enable_merge_on_cagg_refresh #4587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: latest
Are you sure you want to change the base?
Update for enable_merge_on_cagg_refresh #4587
Conversation
|
Allow 10 minutes from last push for the staging site to build. If the link doesn't work, try using incognito mode instead. For internal reviewers, check web-documentation repo actions for staging build status. Link to build for this PR: http://docs-dev.timescale.com/docs-4384-feedback-page-apilatestcontinuous-aggregatescreate_materialized_view |
…regatescreate_materialized_view
…regatescreate_materialized_view
…regatescreate_materialized_view
…regatescreate_materialized_view
| Logs (WAL) by enabling the `timescaledb.enable_merge_on_cagg_refresh` | ||
| [GUC parameter][gucs]. This enables $CAGG | ||
| refresh to use MERGE instead of deleting old materialized data and re-inserting. | ||
| This is a session-level parameter that only works for finalized $CAGGs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's accurate to call this a session-level parameter -- it's a GUC so it can be set for the whole database.
No description provided.