2025-11-18T22:51:01Z
Create an `etime` index for cache expiry; only put actual tombstones in the `dtime` index, and only put cache entries in `etime`.
Dorian Taylor
Intertwingler MVP
Mixing cache and non-cache entities in the `dtime` index will make it necessary to parse and scan each entry when it comes time to expire cache entries.
Reuse the `dtime` field and just set it to the future.