Re: CQL 3.x Update ...USING TIMESTAMP...

2015-09-12 Thread Sachin Nikam
@Tyler, Going back to your earlier proposal i.e. -- Instead, make the version part of the primary key: CREATE TABLE document_store (document_id bigint, version int, document text, PRIMARY KEY (document_id, version)) WITH CLUSTERING ORDER BY (version desc) --- My concern with this approach

The number of pending tasks doesn't decrease

2015-09-12 Thread John Wong
Hi We monitor the number of pending tasks and in our dev cluster (size of 3), for two out of three nodes, the # of pending tasks did not decrease until I restarted cassandra on those two nodes. This is not the first time I saw this behavior. It is Saturday today and the traffic is very little. nod