Skip to content

8.3.2 roundup #193

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

Merged
merged 13 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/deployment/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ title="Click to zoom"
## Single Sign On with EntraID

If you are using EntraID to manage users, [QuestDB enterprise](/enterprise/) offers the possibility to do Single Sign On and manage your database permissions.
See more information at the [Microsoft EntraID OIDC guide](/docs/guides/microsoft-entraid-oidc/).
See more information at the [Microsoft EntraID OIDC guide](/docs/operations/openid-connect-oidc-integration/#microsoft-entraid).
353 changes: 0 additions & 353 deletions documentation/guides/active-directory-pingfederate.md

This file was deleted.

7 changes: 0 additions & 7 deletions documentation/guides/mat-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,6 @@ useful.
## Limitations

- Not all `SAMPLE BY` syntax is supported, for example, `FILL`.
- The `INCREMENTAL` refresh strategy relies on deduplicated inserts (O3 writes)
- This means that currently, deduplication keys must be aligned across
the `base` table and the view.
- Only `INCREMENTAL` refresh is supported
- In next versions, we intend to add alternatives, such as:
- `TIMER` (once per time interval)
- `MANUAL` (only when manually triggered)
- `INCREMENTAL` refresh is only triggered by inserts into the `base` table, not
join tables.

Expand Down
Loading