Re: Data Inconsistencies - Tables Vs Materialized Views.

2019-05-14 Thread Avinash Mandava
Hi Bharath, Not sure if you've seen the known limitations https://docs.datastax.com/en/cql/3.3/cql/cql_using/knownLimitationsMV.html

Data Inconsistencies - Tables Vs Materialized Views.

2019-05-14 Thread kumar bharath
Hi All, I have an use case wherein we created two materialized views on top a column family in Cassandra. We are facing data inconsistencies between base table and materialized views created on top of it. Example: Deleted a record in base table about a month ago., Materialized view are still sh

Re: Corrupted sstables

2019-05-14 Thread Roy Burstein
Hi Alain , We are adding 12 tables on weekly basis job , and dropping history table . Our job is looking for schema mismatch by running "SELECT peer, schema_version, tokens FROM peers" before it adds/drops each table . nodetool describecluster looks ok , only one schema version . Cluster Info