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

Materialized view support #12

Open
taebow opened this issue Jun 30, 2020 · 1 comment
Open

Materialized view support #12

taebow opened this issue Jun 30, 2020 · 1 comment

Comments

@taebow
Copy link

taebow commented Jun 30, 2020

If there aren't impediments, I would like to add an option to the CreateView method to create materialized view.

@jklukas
Copy link
Owner

jklukas commented Jun 30, 2020

My general impression is that materialized views are a fairly implementation-specific concept with significantly different syntax per db. It may be more reasonable for individual dialects to implement appropriate constructs for materialized views.

sqlalchemy-redshift, for example, recently added support within the dialect for creating materialized views: sqlalchemy-redshift/sqlalchemy-redshift#202

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

No branches or pull requests

2 participants