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

Any plans to support materialized views? #9

Open
eboswort opened this issue Jul 30, 2015 · 4 comments
Open

Any plans to support materialized views? #9

eboswort opened this issue Jul 30, 2015 · 4 comments

Comments

@eboswort
Copy link

Would that be very difficult or not work for some reason?

@ronen
Copy link
Member

ronen commented Jul 31, 2015

No specific plans, but I'm not opposed to it.

It should be straightforward to implement, just a matter of figuring out a good API for it (e.g., create via options to create_view or a newcreate_materialized view call? What about refreshing?). And it'd all be specific to postgresql, so would need to decide whether it should go here or in a separate "schema_plus_pg_views" gem.

I don't have time to work on it myself, but I'm open to a PR if somebody wants to think it through and put it together.

@eboswort
Copy link
Author

Ok cool. Well it's possible I'll find time to take a crack at this but it probably wouldn't be for a while.

@ronen
Copy link
Member

ronen commented Aug 6, 2015

Ok. If you do take a crack at it, feel free to give me a shout if you have any questions or run into snags.

@ronen
Copy link
Member

ronen commented Aug 6, 2015

BTW, see earlier start and discussion at SchemaPlus/schema_plus#154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants