Skip to content
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

implemented materialized views for pg #120

Merged
merged 6 commits into from
Jul 8, 2022

Conversation

rabbiveesh
Copy link
Contributor

This is a beginning implementation of materialized view for PG.

I assume this sort of contribution is wanted.
What do you think, the docs say you can't make a temporary materialized view. So should this mean that the materialized view should be created and it'll drop the temporary, it should only do temporary and not materialized, or die a horrible death?

@rabbiveesh rabbiveesh changed the title implemented material views for pg implemented materialized views for pg Nov 20, 2019
@abraxxa
Copy link
Contributor

abraxxa commented Nov 20, 2019

See also Oracle materialized view support in 8d59dd5 which allows to specify options.

@rabbiveesh
Copy link
Contributor Author

as per https://www.postgresql.org/docs/10/sql-creatematerializedview.html there aren't any materialized-view specific options, just a slightly limited set of table options.

@abraxxa
Copy link
Contributor

abraxxa commented Nov 21, 2019

Being able to specify the WITH parameter would make sense.

@rabbiveesh
Copy link
Contributor Author

rabbiveesh commented Dec 5, 2019 via email

@mohawk2
Copy link
Contributor

mohawk2 commented Nov 30, 2020

Looks good to me. I do worry about all the extra things, they might want making official.

@rabbiveesh rabbiveesh merged commit 6c2c0ae into dbsrgits:master Jul 8, 2022
@rabbiveesh rabbiveesh deleted the rabbiveesh/material_pg branch July 8, 2022 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants