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

MaterializedViews / preventing models synchronization #112

Open
Troyhy opened this issue Mar 6, 2018 · 3 comments
Open

MaterializedViews / preventing models synchronization #112

Troyhy opened this issue Mar 6, 2018 · 3 comments

Comments

@Troyhy
Copy link

Troyhy commented Mar 6, 2018

Cassandra driver does not support MaterializedViews as now, but I found out that you can use them anyway, just describe your model and start querying on matching materialized view.

So it almost works with cassandra-engine too. Only problem is that synchronizing database will create actual table from your "MaterializedView" model and if the materialized view exists synchronization will crash, because if exists clause does not catch that there is materialized view with that name.

So I'm looking way to tell cassandra_sync that do not try to synchronize this model. I found out that Meta class options proxy=True or manage=False will not prevent creation of table.

Any ideas how to solve this issue?

@SeverinAlexB
Copy link

I am interested in this too

@kovarden
Copy link

I subscribe to the issue, and could not solve the problem.

@clanstyles
Copy link

Any updates on this?

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

4 participants