@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
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