question

resolve123_170609 avatar image
resolve123_170609 asked Erick Ramirez edited

How do I handle deletions that avoids tombstone warnings?

Hi , I have tombstone issue in Cassandra for delete records. I have table with date column as partition key. Every day new records come and I have to delete previous date partition key. I noticed it is giving tombstone warning. Is there any way to handle it.

tombstones
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

smadhavan avatar image
smadhavan answered resolve123_170609 commented

@resolve123_170609, there is no enough details as to the version, stack, etc., and there is already a good post that you could refer to here to understand how the tombstones work and how to deal with it. Please also refer to other discussion here on the community about tombstones.

1 comment Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

resolve123_170609 avatar image resolve123_170609 commented ·

I understand tombstone but my requirement is i have to delete rows on daily basis.

Cassandra version 3.11.6 i have table with date as partition key. every day i have to delete the historical data of past 30 days it means 30 partition data i have to delete.

0 Likes 0 ·