Re: [EXTERNAL] Writes and Reads with high latency

2018-12-28 Thread Marco Gasparini
nes. I try to design my data partitions so that deletes are for a > full partition. Then I won’t be reading through 1000s (or more) tombstones > trying to find the live data. > > > > > > Sean Durity > > > > *From:* Marco Gasparini > *Sent:* Thursday, December 27

RE: [EXTERNAL] Writes and Reads with high latency

2018-12-27 Thread Durity, Sean R
data. Sean Durity From: Marco Gasparini Sent: Thursday, December 27, 2018 3:01 AM To: user@cassandra.apache.org Subject: Re: [EXTERNAL] Writes and Reads with high latency Hello Sean, here my schema and RF: - CREATE

Re: [EXTERNAL] Writes and Reads with high latency

2018-12-27 Thread Marco Gasparini
Hello Sean, here my schema and RF: - CREATE KEYSPACE my_keyspace WITH replication = {'class': 'NetworkTopologyStrategy', 'DC1': '1'} AND durable_writes = true; CREATE TABLE my_keyspace.my_table ( pkey text,

RE: [EXTERNAL] Writes and Reads with high latency

2018-12-21 Thread Durity, Sean R
Can you provide the schema and the queries? What is the RF of the keyspace for the data? Are you using any Retry policy on your Cluster object? Sean Durity From: Marco Gasparini Sent: Friday, December 21, 2018 10:45 AM To: user@cassandra.apache.org Subject: [EXTERNAL] Writes and Reads with