We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have support for non-cached views. We should look into supporting materialized views (views that are static).
The text was updated successfully, but these errors were encountered:
Note:
views that are static
This should not be a requirement, and is probably not desirable at all. Cache-backed views should be updating automatically as the data backing them (or the view definition) updates. The SIP goes into this a little bit: https://github.com/sourcenetwork/SIPs/blob/sisley/views/x-views/README.md
Sorry, something went wrong.
It's probably a good first step to just make the views "materialized" meaning static until manually trigger a rematerialization.
Then we can move onto "maintained" (real time) views.
The requirement from Dave/coax is only for materialized views, since that is what they used previously with postgres.
4989901
AndrewSisley
Successfully merging a pull request may close this issue.
We currently have support for non-cached views. We should look into supporting materialized views (views that are static).
The text was updated successfully, but these errors were encountered: