The short answer is no.
A long answer with great complexity and clever clustering keys, you can do it. Basically, if you insert data with a clustering key that is always increasing, you can always just scan the clustering keys in a recent time period. This, of course, will skip custom inserts outside of your window. This may or may not be good enough for your use case.
The best answer in the future is Data Capture: https://issues.apache.org/jira/browse/CASSANDRA-8844
RussS source share