I have a table with only one column family, this column has a TTL of 24 hours but I need some data to be deleted before the deadline.
To get this goal I faked the insert date. For example: if I need a row to be deleted 1 hour after the insert, I set the insert date 23 hours ago. This mechanism works fine, Bigtable deleted my data after one hour, but I don't know if this can produce errors in internal workflow of Bigtable.
Can I continue using this or is there other way to do that?