i was going to rig up a script to parse schedule a...
# general
p
i was going to rig up a script to parse schedule and packs in config and determine the ideal event_expiry. Before I do, has anyone already done this?
u
so how can you get the ideal event_expiry by parse schedule and packs in config?
p
ideal is probably the wrong word. I guess the 'minimum' is what we are looking for. Ideally, the event_expiry=1 so they are expired right after SELECT-ing them. However, you may have several queries referencing an event table, you have to consider their intervals, and how long the queries take, and the 'events_optimize' behavior.