t;
> Lukas
>
> *From:* Yulian Oifa
> *Sent:* Sunday, April 6, 2014 11:54 AM
> *To:* user@cassandra.apache.org
> *Subject:* Transaction Timeout on get_count
>
>Hello
> I am having raw in which approximately 100 values is written per minute.
> Those columns are t
Constant deletes and rewrites are a very poor pattern to use with
Cassandra. It would be better to write to a new row and partition every
minute and use a TTL to auto expire the old data.
-Tupshin
On Apr 6, 2014 2:55 PM, "Yulian Oifa" wrote:
> Hello
> I am having raw in which approximately 100 v
Oifa
Sent: Sunday, April 6, 2014 11:54 AM
To: user@cassandra.apache.org
Subject: Transaction Timeout on get_count
Hello
I am having raw in which approximately 100 values is written per minute.
Those columns are then deleted ( it contains active records list ).
When i am trying to execute
Hello
I am having raw in which approximately 100 values is written per minute.
Those columns are then deleted ( it contains active records list ).
When i am trying to execute get_count on that raw i get transaction timeout
, even while the raw is empty.
I dont see anything in cassandra log on neith