Time-travel for PostgreSQL: one SELECT vs a full restore vs replaying the WAL
PostgreSQL now lets you ask what a row contained at any moment in the past, using a normal SELECT. This post shows the idea with oneā¦
PostgreSQL now lets you ask what a row contained at any moment in the past, using a normal SELECT. This post shows the idea with oneā¦