DRAFTThis page is not published. Only visible in development mode.
Guide

Expire Data with TTL

Give rows a lifetime and let the engine drop them, instead of running cleanup jobs.

Sessions that clean themselves up

This guide will model a session table with with { row: { ttl: { duration: '1h', mode: drop } } } and show expiry flowing into dependent views.

Choosing durations and modes

This section will cover the available modes and how to pick TTLs that match your consistency needs.