This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Override the CURRENT_TIMESTAMP and store in checkpoint #171
Labels
feature-request
This issue is a feature request
After #170, Lightning can recognize the
DEFAULT CURRENT_TIMESTAMP
option, which is always initialized totime.Now()
. This means restoring from checkpoint is going to be non-deterministic when the timestamp column is indexed.We need to override the session system variable
timestamp
, and also store it into the checkpoint to ensure the value before and after are equivalent.The text was updated successfully, but these errors were encountered: