Re: Cassandra Writes Duplicated/Concatenated List Data
query to fetch rows. Can you share P1,pk2,time for the sample > rows you pasted? > > On 17-Aug-2017 2:20 AM, "Nathan McLean" > wrote: > >> Hello All, >> >> I have a Cassandra cluster with a table similar to the following: >> &g
Cassandra Writes Duplicated/Concatenated List Data
Hello All, I have a Cassandra cluster with a table similar to the following: ``` CREATE TABLE table ( pk1 text, pk2 int, time timestamp, ... probability list, PRIMARY KEY ((pk1, pk2), time) ) WITH CLUSTERING ORDER BY (time DESC) ``` Python processes write to this table us