I created a database table in AWS TimeStream which has a memory retention period of 7 days:
However, when I try to upload data that is 3 days old, it will be rejected. It seems that only data newer than 24 hours is accepted:
2020-10-26T13:43:33.244+01:00: Rejected a record: The record timestamp is outside the time range [2020-10-25T12:38:33.242Z, 2020-10-26T13:18:33.242Z) of the memory store.
Is this desired, or is there a configuration option I am missing?