Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 2 }; and a table: cql CREATE TABLE chiamate_stabili (chiave TEXT PRIMARY KEY, valore BLOB); I inserted

RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
On 30 June 2015 at 13:34, Mauri Moreno Cesare morenocesare.ma...@italtel.commailto:morenocesare.ma...@italtel.com wrote: Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy

RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
Moreno Cesare morenocesare.ma...@italtel.commailto:morenocesare.ma...@italtel.com wrote: Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 2 }; and a table: cql CREATE

RE: Insert (and delete) data loss?

2015-06-30 Thread Mauri Moreno Cesare
Moreno Cesare morenocesare.ma...@italtel.commailto:morenocesare.ma...@italtel.com wrote: Hi all, I configured a Cassandra Cluster (3 nodes). Then I created a KEYSPACE: cql CREATE KEYSPACE test WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 2 }; and a table: cql CREATE