-
Notifications
You must be signed in to change notification settings - Fork 4.1k
aost: allow materialized view refresh with follower reads #96391
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v25.2.0-prerelease
Description
Is your feature request related to a problem? Please describe.
refreshing materialized views and bypassing foreground traffic has immediate benefit.
Describe the solution you'd like
I'd like to use syntax similar to the following
refresh materialized view materialized_query as of system time '-10s';Describe alternatives you've considered
n/a
Additional context
today, the error returned is
invalid syntax: statement ignored: at or near "as": syntax error
SQLSTATE: 42601
DETAIL: source SQL:
refresh materialized view materialized_query as of system time '-10s'Related: #50753
Jira issue: CRDB-24099
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v25.2.0-prerelease