Hi,

No, it won't. I will simply remove state that has not been accessed for the
configured time but not change the result.
For example, if you have a GROUP BY aggregation and the state for a
grouping key is removed, the operator will start a new aggregation if a
record with the removed grouping key arrives.

Idle state retention is not meant to affect the semantics of a query.
The semantics of updating the result should be defined in the query, e.g.,
with a WHERE clause that removes all records that are older than 1 day
(note, this is not supported yet).

Best, Fabian

2018-08-21 10:04 GMT+02:00 徐涛 <happydexu...@gmail.com>:

> Hi All,
>         Will idle state retention trigger retract in dynamic table?
>
> Best,
> Henry
>

Reply via email to