Hello, In my expriment, I am loading (onetime - initial load) *last six month passenger data* (boarded flight information) into geode region, where value object contains field/attribute named *departure_date*.
As day progress (day+1, day+2 and so on), I want to delete/expire all records from region that does not satisfy the last six month criteria (departure_date is not within six month). Expectation is for any given day after initial load, region should contain last six month (departure_date - current_date is not more than six month ) data. I tried to explore geode's expiration mechanism and seems can not be used for my requirements. Kindly guide me how to achieve the above. Thanks in advance. -U.
