truncate

protected abstract void truncate(int snapshotIndex)

Drops all records which occur before the Nth snapshot for each entity.


protected abstract void truncate(int snapshotIndex, Timestamp date)

Drops all records older than date but not newer than the Nth snapshot for each entity.