Skip to content

chore: add invalidate_using.#4405

Merged
billy-the-fish merged 5 commits intolatestfrom
4386-docs-rfc-update-docs-about-logical-decoding
Sep 12, 2025
Merged

chore: add invalidate_using.#4405
billy-the-fish merged 5 commits intolatestfrom
4386-docs-rfc-update-docs-about-logical-decoding

Conversation

@billy-the-fish
Copy link
Copy Markdown
Contributor

No description provided.

@billy-the-fish billy-the-fish linked an issue Sep 8, 2025 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 8, 2025

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-4386-docs-rfc-update-docs-about-logical-decoding

|`timescaledb.create_group_indexes`|BOOLEAN| Create indexes on the continuous aggregate for columns in its `GROUP BY` clause. Indexes are in the form `(<GROUP_BY_COLUMN>, time_bucket)` |`TRUE`|
|`timescaledb.finalized`|BOOLEAN| In TimescaleDB 2.7 and above, use the new version of continuous aggregates, which stores finalized results for aggregate functions. Supports all aggregate functions, including ones that use `FILTER`, `ORDER BY`, and `DISTINCT` clauses. |`TRUE`|
|`timescaledb.materialized_only`|BOOLEAN| Return only materialized data when querying the continuous aggregate view |`TRUE`|
| `timescaledb.invalidate_using` | TEXT | <Since2220 />Set to `wal` to read changes from the WAL using logical decoding, then update the materialization invalidations for continuous aggregates using this information. This reduces the I/O and CPU needed to manage the hypertable invalidation log. | `trigger` |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two available options are wal and trigger. Default is trigger right now.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to explain trigger.

@billy-the-fish billy-the-fish merged commit 074aa7a into latest Sep 12, 2025
3 checks passed
@billy-the-fish billy-the-fish deleted the 4386-docs-rfc-update-docs-about-logical-decoding branch September 12, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs RFC] Update docs about logical decoding

3 participants