Document AS OF SYSTEM TIME for materialized views#22836
Open
rmloveland wants to merge 1 commit intomainfrom
Open
Document AS OF SYSTEM TIME for materialized views#22836rmloveland wants to merge 1 commit intomainfrom
rmloveland wants to merge 1 commit intomainfrom
Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Fixes DOC-12551 Summary of changes: - Update 'REFRESH MATERIALIZED VIEW` page with `AS OF SYSTEM TIME` parameter row, new example section with `follower_read_timestamp()` and explicit timestamp usage, and more links. - Update `CREATE VIEW` page with `AS OF SYSTEM TIME` parameter row, new example section, and more links. - Update `AS OF SYSTEM TIME` page with `CREATE MATERIALIZED VIEW` and `REFRESH MATERIALIZED VIEW`. - Update 'Reusable views' page with brief mention and examples in the materialized views Usage section. NB. These changes are ported to v25.2, v25.3, v25.4, and v26.1. Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
7669125 to
99012ec
Compare
Contributor
Author
|
hi @rafiss finally getting some docs up for AOST on views! if you wanna just look at the v25.2 docs they're all the same in later versions modulo the little "new in v25.2" tags |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document
AS OF SYSTEM TIMEfor materialized viewsFixes DOC-12551
Summary of changes:
Update 'REFRESH MATERIALIZED VIEW
page withAS OF SYSTEM TIMEparameter row, new example section withfollower_read_timestamp()`and explicit timestamp usage, and more links.
Update
CREATE VIEWpage withAS OF SYSTEM TIMEparameter row,new example section, and more links.
Update
AS OF SYSTEM TIMEpage withCREATE MATERIALIZED VIEWandREFRESH MATERIALIZED VIEW.Update 'Reusable views' page with brief mention and examples in
the materialized views Usage section.
NB. These changes are ported to v25.2, v25.3, v25.4, and v26.1.
Co-Authored-By: roachdev-claude roachdev-claude-bot@cockroachlabs.com