I have a writeStream that writes data from into a delta table. It filters out all data that are beyond five minute and only keep those under. But as time goes on, the ones that were input are now beyond five minute, so I need to have a way to delete them?
Other than using vaccum and setting a schedule that runs it periodically, is there any other way to achieve a table that "only keep data that are within five minute, as soon as the data is beyond five minutes, it drops it"