Time Travel lets you query data as it existed in the past:
SELECT * FROM orders
AT(TIMESTAMP => '2024-01-15 10:00:00'::timestamp);
Standard edition has fixed -day retention. Enterprise allows configuring retention from to days per table. Use it to recover from accidental deletes or debug data issues.
Zero-copy cloning: Create instant copies of tables, schemas, or databases without duplicating storage. Only changed data incurs cost. Perfect for creating dev/test environments from production.