Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] age-off strategy, is there one?

Is there a recommended strategy one can use to age-off data leveraging accumulo age-off that will clean up data after a certain date.  I did not think just applying an age-off filter manually would work.

 

We are currently on the 1.2.x code base but I did see there was a GeomesaAgeoffIterator.scala so is this something more readily supported in the 1.3.x code base?

 

Is there a more manual recommended way to do age-off (either define a date in the SFT that can be used) across all tables created?  If there is not one the only thing we can figure which we want to avoid is querying and doing manual deletes and assume that will clean up all tables for a given sft (indexes and all).

 

Thanks,

Diane


Back to the top