i’m kind of confused by: > events only expire w...
# general
c
i’m kind of confused by:
events only expire when the table is queried
Do events which are considered “expired” get logged to results?
z
Events that are "expired" are cleared from rocksdb and will no longer come up when the table is queried. Events are only logged if they are selected in a query before they are expired.
1
c
Thank you!