masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
228 stars 67 forks source link

Scylla Materialize View Drop #240

Closed maulanashalihin closed 1 year ago

maulanashalihin commented 2 years ago

in scylla, every index will create materialized view. when migration proses, all materialize view will be drop include index. so, i make filter to delete just pure materialize view only, and exclude materialize view which created by index.