Hi Friends,
I am new to Cassandra. This my first post.
Here is a scenarios:
Suppose we have 100 Cassandra machines storing the raw data need to be process.
There are 10 worker machines which are using to process the data. Each worker machines are responsible to handle around 10% of the load.
Task Table is
Task ID----guid, primarykey and partitionId
TaskComplete --- true/false
Task Content
Is there any way for the worker to query the uncompleted tasks it suppose to deal with ?