Checkpoint cleanup

  • * "keep_latest": Retains the thread and latest checkpoint, but deletes older checkpoint data that subsequent runs won’t need which will reduce your DB usage automatically.
  • I would recommend not to manually remove checkpoint write entries as it might mess up time travel and rely only on `keep_latest`.