On Wed, Mar 25, 2015 at 12:45 AM, Robin Verlangen <ro...@us2.nl> wrote:
> @Robert: can you elaborate a bit more on the "not ideal" parts? In my case > I will be throwing away the rows (thus the points in time that are "now in > the past"), which will create tombstones which are compacted away. > "Not ideal" is what I mean... Cassandra has immutable data files, use cases which do DELETE pay an obvious penalty. Some percentage of tombstones will exist continuously, and you have to store them and seek past them. =Rob