Skip to content
Discussion options

You must be logged in to vote

A view has a separate existence from any data that it processes. In a sense, it's the table you're reading from in the view that has violated the contract the view is expecting. This is why view creation is fast, because it doesn't actually read the data at creation time.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by nprime496
Comment options

You must be logged in to vote
1 reply
@nprime496
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants