Materialize View in production

2017-05-07 Thread Varun Barala
Hi everyone, We were thinking to use cassandra's materialize view. We went through the performance benchmark which seems reasonable to us. http://www.datastax.com/dev/blog/materialized-view-performance-in-cassandra-3-x But we'd like to hear from user community about their opinions. ** About

Re: Cassandra Schema version mismatch

2017-05-07 Thread Nitan Kainth
Yes Carlos same issue in our case. We had some cloud issue and node wasn’t marked down. We did have some schema changes a few days back but didn’t notice because one node was still serving and when that stopped serving, we saw issues. So, it WAS due to schema changes that happened few days back

Re: Smart Table creation for 2D range query

2017-05-07 Thread Lydia Ickler
Like this? CREATE TABLE test ( x double, y double, m1 int, ... m5 int, PRIMARY KEY ((x,y), m1, … , m5) ) > Am 05.05.2017 um 21:54 schrieb Nitan Kainth : > > Make metadata as partition key and x,y as part of partition key i.e. Primary > key. It should work > > Sent from my