This PR adds initial support for custom state TTLs for updating aggregates and joins. Initially, these can only be applied on a pipeline-wide basis. A custom TTL can be set with a SET option, like
SET updating_ttl = '1 hour';
This will then override the default TTL of 24 hours for the pipeline.
This PR adds initial support for custom state TTLs for updating aggregates and joins. Initially, these can only be applied on a pipeline-wide basis. A custom TTL can be set with a
SET
option, likeThis will then override the default TTL of 24 hours for the pipeline.